Hi,
the . in the parameter may be encoded as %2e by the
setQueryString method. That is identical as far as the
specification is concerned, but maybe your server
doesn't care about it. Try using the setQueryString(String)
method instead, performing an encoding that leaves the
. character unchanged.
hope that helps,
Roland
---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org
|