Re: Issue with Async Servlet onTimeout

2013-02-27 Thread Sumit Bhardwaj
Hi Chris, Looks like tomcat 7.0.37 solve this issue. One question though, I am seeing following error in catalina.out *java.lang.IllegalStateException: Calling [asyncComplete()] is not valid for a request with Async state [MUST_COMPLETE]* do I need to handle something in my code?? Also are th

Re: Issue with Async Servlet onTimeout

2013-02-26 Thread Sumit Bhardwaj
Sure Chris, would try with 7.0.37 Thanks, Sumit On Wed, Feb 27, 2013 at 11:42 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sunit, > > On 2/26/13 8:05 PM, Sumit Bhardwaj wrote: > > Hi, > > > > I am using AsyncContext for i

Re: Issue with Async Servlet onTimeout

2013-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sunit, On 2/26/13 8:05 PM, Sumit Bhardwaj wrote: > Hi, > > I am using AsyncContext for implementing a file download app and > seeing issues on the timeout. I am using tomcat 7.0.23 (and have > tried on 7.0.28 as well, but seeing the issue in 28 as