|
[ADMIN] Welcome to Servlet 4.0 on groups.io
Welcome to Servlet 4.0 on groups.io. I'll take this opportunity to
resend the originial first message from jsr369-experts@..., and
I'll update the references.
EB> Hello Volunteers,
EB> This message
Welcome to Servlet 4.0 on groups.io. I'll take this opportunity to
resend the originial first message from jsr369-experts@..., and
I'll update the references.
EB> Hello Volunteers,
EB> This message
|
By
Edward Burns
·
|
|
ServletMapping should be HttpServletMapping
AT> Name change should be okay indeed.
AT> On Tue, May 2, 2017 at 7:43 PM, Mark Thomas <markt@...> wrote:
GW> I know I've promised feedback on this API from an implementation many
GW> times... and n
AT> Name change should be okay indeed.
AT> On Tue, May 2, 2017 at 7:43 PM, Mark Thomas <markt@...> wrote:
GW> I know I've promised feedback on this API from an implementation many
GW> times... and n
|
By
Edward Burns
·
|
|
[jsr369-experts] Re: PR Feedback: 173-RequestDataEncoding
[...]
SD> This is wrong. Just because the response itself is US-ASCII the actual
SD> values can be decoded into a different charset, which AFAIK all
SD> servlet containers currently do and users expe
[...]
SD> This is wrong. Just because the response itself is US-ASCII the actual
SD> values can be decoded into a different charset, which AFAIK all
SD> servlet containers currently do and users expe
|
By
Edward Burns
·
|
|
Proposed Final Draft Release Candidate 1 of Spec (Re: [servlet-spec] read trailer)
-----
Thanks to those of you who joined groups.io servlet-spec. The
stragglers are Bcc'd on this mail. If you are an EG member and have not
yet joined groups.io servlet-spec, please do so now. Shin
-----
Thanks to those of you who joined groups.io servlet-spec. The
stragglers are Bcc'd on this mail. If you are an EG member and have not
yet joined groups.io servlet-spec, please do so now. Shin
|
By
Edward Burns
·
|
|
Incomplete API
2 messages
I'm working through implementing the latest changes and, comparing my
implementation to the API, I noticed that we are missing a method:
HttpServletRequestWrapper
public boolean isTrailerFieldsReady(
I'm working through implementing the latest changes and, comparing my
implementation to the API, I noticed that we are missing a method:
HttpServletRequestWrapper
public boolean isTrailerFieldsReady(
|
By
Mark Thomas
·
|
|
[ADMIN] New Official Home for Servlet Spec API and Issue Tracker
-----
Thanks to those of you who joined groups.io servlet-spec. The
stragglers are Bcc'd on this mail. If you are an EG member and have not
yet joined groups.io servlet-spec, please do so now. Shin
-----
Thanks to those of you who joined groups.io servlet-spec. The
stragglers are Bcc'd on this mail. If you are an EG member and have not
yet joined groups.io servlet-spec, please do so now. Shin
|
By
Edward Burns
·
|
|
read trailer
22 messages
Let me summarize what we discuss in the previous emails.
We agree on
a) have the following API in HttpServletRequest:
Map<String, String> getTrailerFields()
b) there is no validation of trailer fiel
Let me summarize what we discuss in the previous emails.
We agree on
a) have the following API in HttpServletRequest:
Map<String, String> getTrailerFields()
b) there is no validation of trailer fiel
|
By
Shing Wai Chan
·
|
|
setTrailerFields() throws ISE?
14 messages
Hi all,
Following up on another detail as I work on Tomcat's implementation.
My recollection is that if the application calls setTrailerFields() in a
situation where it will not take effect (e.g. af
Hi all,
Following up on another detail as I work on Tomcat's implementation.
My recollection is that if the application calls setTrailerFields() in a
situation where it will not take effect (e.g. af
|
By
Mark Thomas
·
|
|
ServletContext.getRealPath(String) needs clarification
Is there any change of getting
https://github.com/javaee/servlet-spec/issues/105 resolved for Servlet 4.0?
Mark
Is there any change of getting
https://github.com/javaee/servlet-spec/issues/105 resolved for Servlet 4.0?
Mark
|
By
Mark Thomas
·
|
|
[73-MappingDiscovery] and getNamedDispatcher()
4 messages
Hello Experts,
Our TCK developer discovered a corner case in the 73-MappingDiscovery
spec and impl: what to do about the case of getNamedDispatcher()?
I propose we do the same approach in this case
Hello Experts,
Our TCK developer discovered a corner case in the 73-MappingDiscovery
spec and impl: what to do about the case of getNamedDispatcher()?
I propose we do the same approach in this case
|
By
Edward Burns
·
|
|
[ADMIN] Heads Up: Proposed Final Draft handed to JCP
6 messages
Hello Volunteers,
Here is a heads up that we have handed the Proposed Final Draft of the
spec to the JCP this week. The only difference between the Public
Review and the Proposed Final Draft is the
Hello Volunteers,
Here is a heads up that we have handed the Proposed Final Draft of the
spec to the JCP this week. The only difference between the Public
Review and the Proposed Final Draft is the
|
By
Edward Burns
·
|
|
[73-MappingDiscovery] and getNamedDispatcher() (was: Re: [servlet-spec] [ADMIN] Heads Up: Proposed Final Draft handed to JCP)
2 messages
EB> I would very much like to stick with the existing resolution. That
EB> said, yes, it is a draft. I need to see if we can make a change like
EB> this without having to do another Proposed Final D
EB> I would very much like to stick with the existing resolution. That
EB> said, yes, it is a draft. I need to see if we can make a change like
EB> this without having to do another Proposed Final D
|
By
Edward Burns
·
|
|
[73-MappingDiscovery] and getNamedDispatcher()
Yes.
Yes.
Note that these changes are consistent with what was discussed on the EG
and users list as the expected behaviour.
+1. I know I missed your deadline but I hope this change is applied.
Yes.
Yes.
Note that these changes are consistent with what was discussed on the EG
and users list as the expected behaviour.
+1. I know I missed your deadline but I hope this change is applied.
|
By
Mark Thomas
·
|
|
[ADMIN] Schedule Update
Hello Volunteers,
Here is a schedule update:
2017-07-10 21 Day PFD End
2017-07-18 Hand FAB materials to JCP
2017-07-25 14 Day FAB Start
2017-08-07 14 Day FAB End
2017-08-10 GA Release
To that e
Hello Volunteers,
Here is a schedule update:
2017-07-10 21 Day PFD End
2017-07-18 Hand FAB materials to JCP
2017-07-25 14 Day FAB Start
2017-08-07 14 Day FAB End
2017-08-10 GA Release
To that e
|
By
Edward Burns
·
|
|
[73-MappingDiscovery] Not known or not knowable
8 messages
Hello Volunteers,
Consider these methods in HttpServletMapping
Spec> String getMatchValue() Return the portion of the URI path that
Spec> caused this request to be matched or the empty String if
Hello Volunteers,
Consider these methods in HttpServletMapping
Spec> String getMatchValue() Return the portion of the URI path that
Spec> caused this request to be matched or the empty String if
|
By
Edward Burns
·
|
|
[166-TRAILERS] Additional advisory text for response.setTrailerFields()
Hello Experts,
More refinement for the text from the TCK team. I suggest we add the
following advisory text, which we agreed in one of the previous EG discussion,
at the end of the description of thi
Hello Experts,
More refinement for the text from the TCK team. I suggest we add the
following advisory text, which we agreed in one of the previous EG discussion,
at the end of the description of thi
|
By
Shing Wai Chan
·
|
|
missing @EJB, @EJBs in section 8.1
Hello Experts,
In Servlet 3.1, one can reference the ejb in web.xml.
The intent of section 8.1 is to enumerate the annotations for which there is corresponding XML syntax.
EJB and EJBS were mistake
Hello Experts,
In Servlet 3.1, one can reference the ejb in web.xml.
The intent of section 8.1 is to enumerate the annotations for which there is corresponding XML syntax.
EJB and EJBS were mistake
|
By
Shing Wai Chan
·
|
|
[ADMIN] Schedule Update
2 messages
Hello Volunteers,
Due to one final TCK change and a small spec wording change we had to
delay handing the FAB to JCP by one week. The revised schedule is:
2017-07-25 Hand FAB materials to JCP
Hello Volunteers,
Due to one final TCK change and a small spec wording change we had to
delay handing the FAB to JCP by one week. The revised schedule is:
2017-07-25 Hand FAB materials to JCP
|
By
Edward Burns
·
|
|
JSR-369 Has Passed Final Approval Ballot!
3 messages
Hello Volunteers,
We are happy to report that we passed Final Approval Ballot with all yes
votes, no abstains, and one non-vote.
It has been an honor and a privilige to work with you all on t
Hello Volunteers,
We are happy to report that we passed Final Approval Ballot with all yes
votes, no abstains, and one non-vote.
It has been an honor and a privilige to work with you all on t
|
By
Edward Burns
·
|
|
java.net archives
Hi, I've just discovered that the archives for this list (and the other Java EE lists) before it was migrated from java.net to a Google group may be found here: http://download.oracle.com/javaee-archi
Hi, I've just discovered that the archives for this list (and the other Java EE lists) before it was migrated from java.net to a Google group may be found here: http://download.oracle.com/javaee-archi
|
By
Mark Thomas
·
|