https://issues.apache.org/bugzilla/show_bug.cgi?id=38346

--- Comment #10 from naani...@gmail.com 2011-10-25 09:02:16 UTC ---
Thanks for your response Jung. We have an environment using HTTP connector. The
issue does not occur, other environment using AJP connector.

In code we are using
BufferedReader in = request.getReader();

When a request is sent on AJP connector environment, the above code reads only
8192 length, not whole.

But if a request is sent on HTTP connector environment, the same method reads
whole data. do you have any idea.. Please help.

The Tomcat version same in the both of the environments above.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to