[EMAIL PROTECTED] wrote:
Hi Bob,

I had a same problem with a post method request.
In my case, I forgot to instance a
new PostMethod object and started the second
request with the old PostMethod object.


I had a look at the wire logs and it's sending the correct POST
content as expected. I need to delve deeper as I only ever see
this issue when using HttpClient, I've never seen it with the
HttpURLConnection. Plus, it's only ever on one particular parameter,
so I think it's a problem our end.

Cheers,

--
Bob Arnott


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

Reply via email to