HttpServletRequest.getInputStream(): Retrieves the body of the request
as binary data using a |ServletInputStream|
<http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletInputStream.html>.
I used the aforementioned method to read the message body of the HTTP
request.The data extract in such a way seems perfectly fine.
Should still give the request dumper valve a try?
Thank alot again.
Santosh.
Mark Thomas wrote:
Santosh Puranshettiwar wrote:
Nope. No such attribute in the <Connector>.
Would any default value take effect then? If so what is it? Anything
nearby 2016?
Default for TC5.5.x is 2*1024*1024 (2MB)
Time to use the request dumper valve? Be careful since it will mess
with character encoding.
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]