[Bug 58230] Incorrect input from ServletInputStream in ReadListener

2015-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58230 --- Comment #5 from Remy Maucherat --- That was actually caused by what broke the NIO2 connector in bug 57799, available() had a side effect that it would cause an IO read. The fix was to remove the available() call, but is it certain this won

[Bug 58230] Incorrect input from ServletInputStream in ReadListener

2015-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58230 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 58230] Incorrect input from ServletInputStream in ReadListener

2015-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58230 --- Comment #3 from rstoyanc...@yahoo.com --- Great, note the code is far from perfect with the EchoHandler essentially recursing (potentially endlessly) between reading and writing. I could be wrong but to my knowledge at least it's not doing a

[Bug 58230] Incorrect input from ServletInputStream in ReadListener

2015-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58230 --- Comment #2 from Mark Thomas --- Thanks for the test case. I've got things to the point where I can run the test case in the IDE and I can see the failure. I'll start looking into what the root cause is. -- You are receiving this mail beca

[Bug 58230] Incorrect input from ServletInputStream in ReadListener

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58230 --- Comment #1 from rstoyanc...@yahoo.com --- As the referenced project will continue to change, I've created a fork where the code will remain stable until this issue is looked at. In the original instructions simply replace "spring-projects" w