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


Suzuki Yuichiro <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
                   |                            |om




--- Comment #4 from Suzuki Yuichiro <[EMAIL PROTECTED]>  2008-03-19 05:03:27 
PST ---
In some cases, the Fix r631700 seems O.K.
But there are still some troubles. 

1. The truncation still occurs,
   in the case of non default maxHttpHeaderSize values like "49152"
2. The data is broken after BufferedReader's mark(large readAheadLimit) method
   and reset() method are called, though the size is O.K.
3. Garbage remains in the buffer of ReadConvertor that extends
InputStreamReader,
   when the broken data was POSTed or the application does not
   read the data completely, especially with the multibyte characters. 
   The data of the next request will be broken.

I applied r631700 to Tomcat6.0.16 and Tomcat5.5.26, and detected them. 

I attach patches.


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to