Bug 34829 - IOException in InputBuffer when reading xml from post
Summary: IOException in InputBuffer when reading xml from post
Status: RESOLVED DUPLICATE of bug 24897
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Connector:Coyote (show other bugs)
Version: 5.5.9
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 00:35 UTC by Chris Rauschuber
Modified: 2005-05-10 12:27 UTC (History)
0 users



Attachments
Tomcat log (45.32 KB, text/plain)
2005-05-10 00:36 UTC, Chris Rauschuber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rauschuber 2005-05-10 00:35:48 UTC
When reading xml from a post, the following exception occurred:
java.io.IOException
	at org.apache.catalina.connector.InputBuffer.reset(InputBuffer.java:439)
	at org.apache.catalina.connector.CoyoteReader.reset(CoyoteReader.java:121)
	at org.apache.catalina.connector.CoyoteReader.readLine(CoyoteReader.java:178)

More detailed log information will be attached.
Comment 1 Chris Rauschuber 2005-05-10 00:36:54 UTC
Created attachment 14978 [details]
Tomcat log
Comment 2 Remy Maucherat 2005-05-10 00:46:09 UTC
I recommend you modify your code to not use readLine, which is extremely
inefficient.

Unfortunately, I cannot help you fix or investigate this problem.
Comment 3 Remy Maucherat 2005-05-10 20:27:03 UTC
Without further comments or test case -> duplicate.

*** This bug has been marked as a duplicate of 24897 ***