Hi,

I am sending packets from a mobile application to Apache Tomcat version 5.5.20. I am getting a response code of 411 when my packets are over 2016 bytes in length.

Apparently this is a bug in Apache Tomcat, where it doesn't deal properly with Chunked Transfer.

I read that this problem is solved in commons-fileupload-1.2.jar. The version that comes in the Apache Tomcat 5.5.20 installation is commons-fileupload-1.0.jar.

I thought it was just a matter of replacing the old version of the jar with the new but that's not working, and Tomcat is throwing logs every 10 seconds saying:

Additional JARs have been added

Reloading this context has started.

It looks like it's not as simple as replacing the jar. The jar actually resides in ./server/webapps/manager/WEB-INF/lib.

Can anyone help me solve this problem and update properly to 1.2?

Regards, Patrick.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to