Re: Loss of body POST request...

2009-09-15 Thread Tommy Pham
Original Message From: Eugene johnba...@gmail.com To: users@tomcat.apache.org Sent: Tuesday, September 15, 2009 3:30:02 AM Subject: Loss of body POST request... Hello. My next trouble. Periodically, the body disappears POST-request with the same query! I wrote a test client

Re: Loss of body POST request...

2009-09-15 Thread Eugene
What has FileUpload, if the request body is lost! I want to know why, in principle it may be lost? -- Best Regards, Eugene Batogov ___

Re: Loss of body POST request...

2009-09-15 Thread Tommy Pham
- Original Message From: Eugene johnba...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 15, 2009 4:16:43 AM Subject: Re: Loss of body POST request... What has FileUpload, if the request body is lost! I want to know why, in principle it may

Re: Loss of body POST request...

2009-09-15 Thread David Smith
: Re: Loss of body POST request... What has FileUpload, if the request body is lost! I want to know why, in principle it may be lost? -- Best Regards, Eugene Batogov ___ From my readings, I remember that the servlet doesn't handle POST by default

Re: Loss of body POST request...

2009-09-15 Thread Tommy Pham
- Original Message From: David Smith d...@cornell.edu To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 15, 2009 5:35:07 AM Subject: Re: Loss of body POST request... Servlets handle uri encoded POSTs just fine. It's when the POST body is encoded differently

Re: Loss of body POST request...

2009-09-15 Thread Pid
On 15/09/2009 11:30, Eugene wrote: Hello. My next trouble. Periodically, the body disappears POST-request with the same query! I wrote a test client. It httpClient sends a test request, and on the server side, the servlet it takes. And trying to read. Sometimes there is a situation that the

Re: Loss of body POST request...

2009-09-15 Thread Eugene
I use POST URI. Headers remain constant. And header receive normal, but body loss?!?!? error trace: at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at

Re: Loss of body POST request...

2009-09-15 Thread Eugene
I use Oracle JRockit JVM -- Best Regards, Eugene Batogov ___ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Loss of body POST request...

2009-09-15 Thread Pid
On 15/09/2009 14:25, Eugene wrote: I use POST URI. With what, some code you wrote? Headers remain constant. And header receive normal, but body loss?!?!? error trace: This isn't the whole of the stacktrace, so I can't tell what it means. What about the lines immediately before this?

Re: Loss of body POST request...

2009-09-15 Thread Eugene
I have stacketrace for xmlrpc versions: org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at