(HttpClient 4.3.6)

I have a situation in which the server sends a redirect (using HTTP reponse
"Location" header) to an URL that contains special character: â
(a-circumflex, \u00E2). FireFox deals with this character by changing "â" to
"%E2", which is accepted by the server. DefaultRedirectStrategy however,
changes it from "â" to "%C3%A2" instead of "%E2", which is not accepted by
the server (the server gives the correct location back again, causing
DefaultRedirectStrategy to perform a CircularRedirectException).

Is this an encoding bug of DefaultRedirectStrategy?




--
View this message in context: 
http://httpcomponents.10934.n7.nabble.com/DefaultRedirectStrategy-Location-encoding-problem-tp25432.html
Sent from the HttpClient-User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to