I am running 3.2.1 in standalone mode and when I try to do a forward with a
RequestDispatcher I get the following error:
going to /patient.jsp
res.isCommitted() = false
res.getBufferSize() = 8192
2000-12-19 04:53:48 - Ctx( /nativeweb ): Exception in: R( /nativeweb + /patient.
jsp + null) - java.lang.IllegalArgumentException: Short Read
at javax.servlet.http.HttpUtils.parsePostData(HttpUtils.java:238)
at org.apache.tomcat.util.RequestUtil.readFormData(RequestUtil.java:101)
Note the two debugging lines above the exception. According to the specs, an
IllegalArgumentException is thrown when the response is already committed,
which it is not as you can see.
Is this a bug? The servlet in question uses HttpUtil.parsePostData to read the
post data and inflate a bean. It then puts the bean into the session object
and tries to redirect to a jsp for display.
Anyone have any ideas?
Thanks,
Jason
---
Jason C. Jones
[EMAIL PROTECTED]