-
Bug
-
Resolution: Done
-
Major
-
1.0.3.Final
-
None
-
None
When a POST is submitted with an empty request body and non-blocking servlet 3.1 I/O is used there appears to be no way to know when all the request data has been read.
Here's an additional test in ServletInputStreamTestCase that reproduces the issue. When run, the test hangs until the client times out because onAllDataRead never gets called: