Steffen,

I downloaded Wireshark and I think you are absolutely right.

The packets are not even reaching my machine in this situation. Something in between is stopping them.

Can you offer me any suggestions as to how I can track down the problem?

My phone is operating on an Orange network in the UK.

Regards, Patrick.

Steffen Heil wrote:
Hi

The URL of my servlet is
http://www.noveleditions.com/gaaradio/servlet/GAARadioServlet.
My servlet does read from the input stream of the http servet request, and doesn't use FileUploadBase directly. The servlet lives in a webapp directory called gaaradio. The servlet mapping is set up and works fine when the HTTP POST data is less than 2016 bytes. However in the case where I get the 411 code my servlet is never invoked.

I know this because I have the RequestDumperValve turned on in Tomcat and no logs are output in that case.

For me this sounds like an transparent proxy issue.
Try tcpdump / wireshark on the system running tomcat and see if the request
even reaches that computer.

Regards,
  Steffen


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