It works. Thanks a lot.

I will create a JIRA to keep track of this bug and commit your fix.

On 11/02/2013 17:18, [email protected] wrote:
On Mon, 2013-02-11 at 16:54 +0100, François-Xavier Bonnet wrote:
My test is:

          HttpClient httpClient = new DefaultHttpClient();
          HttpUriRequest request = new HttpGet(
                  "http://localhost:8080/";);
          request.getParams().setParameter(ClientPNames.COOKIE_POLICY,
                  CookiePolicy.BROWSER_COMPATIBILITY);
          HttpResponse response = httpClient.execute(request);

In HttpClient 4.2.3 BrowserCompatSpec is used but in 4.3 it is BestMatchSpec

HttpClientParamConfig is used only if I build my HttpClient the new way
(using HttpClientBuilder).

Do we consider it as a bug?
Certainly a bug. Try this patch out. If it fixes the problem for you
feel free to commit it to SVN trunk.

Oleg




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

Reply via email to