RE: OT: Servlet 3.1 / JSP 2.3

2013-02-07 Thread Williams, Nick
> It looks like a work-in-progress to me. The only change I see to the public > API is dropping some runtime exceptions from a handful of method declarations. Interesting. It sure would be nice if the Maven artifact had SOME indication of this, like "beta" in the version or something similar lik

Re: OT: Servlet 3.1 / JSP 2.3

2013-02-07 Thread Mark Thomas
On 07/02/2013 16:00, Williams, Nick wrote: >> There is no JSR and no Expert Group. >> JSP 2.3 will be handled as a maintenance release of 2.2. > > Well that explains why I couldn't find it the JSR. :-P > >> The changes are (as far as I am aware): >> - fix typos >> - limit HTTP methods that JSPs r

RE: OT: Servlet 3.1 / JSP 2.3

2013-02-07 Thread Williams, Nick
> There is no JSR and no Expert Group. > JSP 2.3 will be handled as a maintenance release of 2.2. Well that explains why I couldn't find it the JSR. :-P > The changes are (as far as I am aware): > - fix typos > - limit HTTP methods that JSPs respond to (to HEAD, GET, POST) > - changes required as

Re: OT: Servlet 3.1 / JSP 2.3

2013-02-07 Thread Mark Thomas
On 07/02/2013 15:39, Williams, Nick wrote: > This is only slightly related to Tomcat, in that Servlet 3.1 / JSP > 2.3 work is happening in trunk/8.0. Hence the "OT." > > > I was looking through the JSRs for EE 7 last night and realized I > couldn't find anything about JSP 2.3 in any of them. I kn

OT: Servlet 3.1 / JSP 2.3

2013-02-07 Thread Williams, Nick
This is only slightly related to Tomcat, in that Servlet 3.1 / JSP 2.3 work is happening in trunk/8.0. Hence the "OT." I was looking through the JSRs for EE 7 last night and realized I couldn't find anything about JSP 2.3 in any of them. I know JSP 2.3 exists because of Mark Thomas's presentat