Hello Patrick,

posting the request again after a 100-continue response wouldn't help.
You'ld only get another 100 response for the new request as well.

I don't know whether the commons client deals with 100 responses.
But you can always force it to act as an HTTP/1.0 client, and servers
aren't allowed to generate 100 resonses for HTTP/1.0 requests.
See HttpMethodBase.setHttp11(boolean).

regards,
  Roland

Reply via email to