https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
Remy Maucherat <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
--- Comment #19 from Remy Maucherat <[EMAIL PROTECTED]> 2008-03-21 11:59:45
PST ---
Did you really need to get three emails posted on the mailing list to express
this idea ?
Personally, I would be interested to know exactly which cases are not working
at the moment after applying:
Index: java/org/apache/catalina/connector/InputBuffer.java
===================================================================
--- java/org/apache/catalina/connector/InputBuffer.java (revision 633279)
+++ java/org/apache/catalina/connector/InputBuffer.java (working copy)
@@ -355,7 +355,7 @@
}
state = CHAR_STATE;
- conv.convert(bb, cb, len);
+ conv.convert(bb, cb, bb.getLength());
bb.setOffset(bb.getEnd());
return cb.getLength();
This includes no mark usage and with marks (which can probably be tested using
readLine).Could I get some test cases ?
--
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]