Dan,

Thanks for the help.  I changed to tomcat 3.2.1 and it worked for large size
POST with
parameters.

However, it still fails for POST with object, and here is the stack trace:

Thanks,
Peter


java.io.StreamCorruptedException: Caught EOFException while reading the
stream header
        at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:727)
        at java.io.ObjectInputStream.<init>(ObjectInputStream.java:165)
        at
com.oplink.servlets.ObjectRequestServlet.doPost(ObjectRequestServlet.java:82
)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java,
Compiled Code)
        at org.apache.tomcat.core.Handler.service(Handler.java, Compiled
Code)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java, Compiled
Code)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java,
Compiled Code)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java, Compiled
Code)
        at
org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnection
(Ajp13ConnectionHandler.java, Compiled Code)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
Compiled Code)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java,
Compiled Code)
        at java.lang.Thread.run(Thread.java:479)
-----Original Message-----
From: Dan Milstein [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 2:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem with mod_jk and ajp13


Peter,

There was a bug with POST size > 8K.  This has been fixed in the 3.2 and 3.3
branches in cvs.  I am almost certain that it was fixed in the 3.2.1 release
available at:

http://jakarta.apache.org/site/binindex.html

If you are using the 3.2.1 release and are still seeing this problem, please
let me know.

-Dan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to