I see that the problem is probably caused by HttpRequestBase.getRequestLine(), which uses URI.toASCIIString(), which causes "รข" to be changed to "%C3%A2". So it's not really limited to DefaultRedirectStrategy. I'm not sure if toASCIIString() is the correct encoding to use for the HTTP request line, or whether toASCIIString() produces the correct encoding.
-- View this message in context: http://httpcomponents.10934.n7.nabble.com/DefaultRedirectStrategy-Location-encoding-problem-tp25432p25434.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]
