On Tue, 2015-02-03 at 12:34 -0700, hcx wrote: > 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. >
Yes, it is correct. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
