[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #17 from Konstantin Kolinko --- (In reply to comment #14) The needCRLFParse fix was backported to 5.5 in r1359748 and will be in 5.5.36. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #16 from Konstantin Kolinko --- (In reply to comment #14) Thank you. Fixed this in 6.0 as well, will be in 6.0.36. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #14 from Sudhan Moghe --- I think the issue is because of ChunkedInputFilter.needCRLFParse not being reset. I think we need to do needCRLFParse = false; in ChunkedInputFilter.recycle(). -- You are receiving this mail because:

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #13 from Sudhan Moghe --- Rest of the stack trace is my application code. I am starting async processing with if (request.isAsyncSupported()) { final AsyncContext asyncCtx = request.startAsync(request, response); final

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #12 from Mark T

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #10 from Sudhan Moghe --- Got this issue again. :( Earlier I was running with protocol="HTTP/1.1" This time I got error with protocol="org.apache.coyote.http11.Http11NioProtocol" Shall I reopen? I was running single client. Th

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #9 from Sudhan Moghe --- Yes, It is fixed. I have tested in 7.0.x. It is working fine. I was getting some NPE's in InternalNioInputBuffer with my fix. That's why did not post patch. Not getting any exception with latest code fro

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Sudhan Moghe changed: What|Removed |Added CC||sudhan.mo...@gmail.com -- Configur

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Sudhan Moghe changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #5 from Mark Thomas 2011-10-19 20:33:09 UTC --- Yep, I can reproduce this now with the additional information. Previously, it looked like the standard getParameter() confusion. -- Configure bugmail: https://issues.apache.org/b

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #4 from Raymond Feng 2011-10-19 20:29:45 UTC --- To reproduce the problem, deploy the WAR and run the test.TestHttpClient to send chunked post. BTW, the same application works well under Jetty 8.x. I also tried to convert the

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Raymond Feng changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #2 from Raymond Feng 2011-10-19 19:05:06 UTC --- Created attachment 27821 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27821 Test case This the war file that contains a simple servlet filter that uses servelet 3.0

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|