jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: [servlet-spec users] Draft for Servlet 3.1 Final

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Wed, 03 Apr 2013 18:24:57 -0700

Thanks for your input.
I have already updated the javadoc.
Shing Wai Chan

On 4/3/13 5:55 PM, Eugene Chung wrote:
> Hello,
>
> And I've found some API errata in the javadoc.
> Please see below;
>
> 1. HttpServletRequest
>
> 1.1 upgrade
> @param handlerClass The <code>*ProtocolHandler*</code> class used for
> the upgrade.
> --->
> @param handlerClass The <code>*HttpUpgradeHandler*</code> class used
> for the upgrade.
>
>
> 2. AsyncContext
>
> 2.1 dispatch()
> // REQUEST to /*ur*/A
> --->
> // REQUEST to /*url*/A
>
>
> 3. ServletInputStream
>
> 3.1 setReadListener
> @throw IllegalStateException
> <ul>
> <li>the associated request is neither upgraded nor the async started
> <li>*setWriteListener* is called more than once within the scope of
> the same request.
> </ul>
> --->
> @throw IllegalStateException
> <ul>
> <li>the associated request is neither upgraded nor the async started
> <li>*setReadListener* is called more than once within the scope of the
> same request.
> </ul>
>
>
> 4. ServletRequest
>
> 4.1 int getContentLength
> *_at_since Servlet 3.1 -> must be removed*
>
>
> Best regards,
> Eugene Chung (Korean : 정의근)
>
>
> On Thu, Apr 4, 2013 at 6:26 AM, Shing Wai Chan
> <shing.wai.chan_at_oracle.com <mailto:shing.wai.chan_at_oracle.com>> wrote:
>
> I have just uploaded a draft for Servlet 3.1 Final.
> You can download this from
> http://java.net/projects/servlet-spec/downloads/directory/Final
>
> Please let me know if you have any comment.
> Thanks.
> Shing Wai Chan
>
>