-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
2.3.20.Final
-
None
HttpServletRequestImpl.parseFormData() returns null if readStarted is true. Calls to get the input stream or a reader both set readStarted to true, even if nothing has been read from the input stream. To the client code, it looks like the request has content (getContentLength() returns a non zero value), but the parameters are missing.