Using JBoss 4.0.2(Tomcat 5.5), I'm getting this excpetion from a servlet:
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)

This servlet receives XML over HTTP, so I think it's related to this 
bug(Getting IOException when line length exceeds 4096):
http://issues.apache.org/bugzilla/show_bug.cgi?id=24897

Since the bug is marked as wontfix, what is an appropriate workaround for a 
servlet that receives an XML document longer than CoyoteReader allows?  Putting 
in line breaks isn't an option since this is being called by our customer.

Thanks,
Chris

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877031#3877031

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877031


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to