Hi, First of all, many thanks for an excellent project!
I am using HttpClient 2.02 for a web-based transactional system in which two servers talk to each other using XML over HTTP. I am using HttpClient to send messages and servlets to respond. The messages can get pretty large. I am using PostMethod to send messages to the server with the xml payload included in the POST as a request parameter. It works just fine for small xml messages, but for large messages I get the following warning from HTTPClient:
WARN!! Form content truncated
And rightly so. My JAXB code on the serverside throws an exception because many trailing tags are missing.
Is there a limit on the size of a POST request parameter? Is it configurable? I want to avoid writing directly to the request's inputstream.
Thankyou: Hussein Vastani.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
