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





--- Comment #38 from Rainer Jung <[EMAIL PROTECTED]>  2008-04-10 11:25:43 PST 
---
Since most people are deeper in the code than I, here's what i get if I
instrument o.a.c.connector.InputBuffer with a couple of log statements and post
the file with increased maxHttpHeaderSize. So markPos get set to -1 in
realWriteChars:

10.04.2008 20:25:17 org.apache.catalina.connector.InputBuffer mark
INFO: Set markPos in mark from -1 to 0
10.04.2008 20:25:17 org.apache.catalina.connector.InputBuffer realReadChars
INFO: Found markPos in realReadChars 0
10.04.2008 20:25:17 org.apache.catalina.connector.InputBuffer realWriteChars
INFO: Reset markPos in realWriteChars from 0 to -1
10.04.2008 20:25:17 org.apache.catalina.connector.InputBuffer reset
INFO: Found =-1 in reset for CHAR_STATE
10.04.2008 20:25:17 org.apache.catalina.connector.InputBuffer reset
INFO: Reset markPos in reset/CHAR_STATE to -1
java.io.IOException: markPos=-1


-- 
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