[jira] [Commented] (HTTPCLIENT-1310) Allow background validation to optionally back off after a number of failed requests

2013-02-11 Thread Martin Meinhold (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576237#comment-13576237 ] Martin Meinhold commented on HTTPCLIENT-1310: - Thanks for your feedback,

Re: svn commit: r1444943

2013-02-11 Thread Oleg Kalnichevski
On Mon, 2013-02-11 at 20:19 +, s...@apache.org wrote: > Author: sebb > Date: Mon Feb 11 20:19:56 2013 > New Revision: 1444943 > > URL: http://svn.apache.org/r1444943 > Log: > Remove single trailing space (checkstyle is rather fierce!) > If Eclipse is your IDE of choice there is a setting tha

[jira] [Resolved] (HTTPASYNC-35) Some requests never make it to the callbacks function

2013-02-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPASYNC-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPASYNC-35. Resolution: Duplicate > Some requests never make it to the callbacks function

Re: InetAddressUtils - use of non-capturing groups

2013-02-11 Thread Oleg Kalnichevski
On Mon, 2013-02-11 at 18:14 +, sebb wrote: > On 11 February 2013 13:05, Oleg Kalnichevski wrote: > > On Mon, 2013-02-11 at 12:24 +, sebb wrote: > >> The IPv6 regexes use non-capturing groups - i.e. (?:pattern) - whereas > >> the IPV4 pattern uses capturing groups - i.e. (pattern). > >> > >

[continuum] BUILD FAILURE: Apache HttpComponents - HttpComponents Client - Default Maven 3 Build Definition

2013-02-11 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=26101&projectId=77 Build statistics: State: Failed Previous State: Ok Started at: Mon 11 Feb 2013 20:01:52 + Finished at: Mon 11 Feb 2013 20:02:08 + Total time: 15s Build Trigger: Schedule Build N

[jira] [Resolved] (HTTPCLIENT-1317) InetAddressUtils should handle IPv6 Addresses with Embedded IPv4 Addresses

2013-02-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved HTTPCLIENT-1317. -- Resolution: Fixed URL: http://svn.apache.org/r1444926 Log: HTTPCLIENT-1317 InetAddressUtils should

[jira] [Resolved] (HTTPCLIENT-1321) DefaultHttpClient ignores cookie policy

2013-02-11 Thread Francois-Xavier Bonnet (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois-Xavier Bonnet resolved HTTPCLIENT-1321. Resolution: Fixed Fix committed to trunk > De

[jira] [Updated] (HTTPCLIENT-1322) Factory method + example for HttpAsyncClientWithFuture

2013-02-11 Thread Jilles van Gurp (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jilles van Gurp updated HTTPCLIENT-1322: Attachment: builderandexample.patch The patch > Factory metho

[jira] [Created] (HTTPCLIENT-1322) Factory method + example for HttpAsyncClientWithFuture

2013-02-11 Thread Jilles van Gurp (JIRA)
Jilles van Gurp created HTTPCLIENT-1322: --- Summary: Factory method + example for HttpAsyncClientWithFuture Key: HTTPCLIENT-1322 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1322 Project:

[jira] [Updated] (HTTPCLIENT-1321) DefaultHttpClient ignores cookie policy

2013-02-11 Thread Francois-Xavier Bonnet (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois-Xavier Bonnet updated HTTPCLIENT-1321: --- Attachment: hc-config.patch Patch contributed by Oleg Kalnichevs

[jira] [Created] (HTTPCLIENT-1321) DefaultHttpClient ignores cookie policy

2013-02-11 Thread Francois-Xavier Bonnet (JIRA)
Francois-Xavier Bonnet created HTTPCLIENT-1321: -- Summary: DefaultHttpClient ignores cookie policy Key: HTTPCLIENT-1321 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1321 Project: H

Re: InetAddressUtils - use of non-capturing groups

2013-02-11 Thread sebb
On 11 February 2013 13:05, Oleg Kalnichevski wrote: > On Mon, 2013-02-11 at 12:24 +, sebb wrote: >> The IPv6 regexes use non-capturing groups - i.e. (?:pattern) - whereas >> the IPV4 pattern uses capturing groups - i.e. (pattern). >> >> Just wondering why they don't all use non-capturing group

Re: HttpParams in HttpClient 4.3-alpha1

2013-02-11 Thread François-Xavier Bonnet
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, ol...@apache.org wrote: On Mon, 2013-02-11 at 16:54 +0100, François-Xavier Bonnet wrote: My test is: HttpClient httpClient = new DefaultHttpClient(); HttpUriReq

Re: HttpParams in HttpClient 4.3-alpha1

2013-02-11 Thread Oleg Kalnichevski
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.COOK

Re: HttpParams in HttpClient 4.3-alpha1

2013-02-11 Thread François-Xavier Bonnet
My test is: HttpClient httpClient = new DefaultHttpClient(); HttpUriRequest request = new HttpGet( "http://localhost:8080/";); request.getParams().setParameter(ClientPNames.COOKIE_POLICY, CookiePolicy.BROWSER_COMPATIBILITY); HttpResp

[jira] [Commented] (HTTPCLIENT-1310) Allow background validation to optionally back off after a number of failed requests

2013-02-11 Thread Jon Moore (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575823#comment-13575823 ] Jon Moore commented on HTTPCLIENT-1310: --- @Martin: I have a related question t

[jira] [Commented] (HTTPCLIENT-1310) Allow background validation to optionally back off after a number of failed requests

2013-02-11 Thread Francois-Xavier Bonnet (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575818#comment-13575818 ] Francois-Xavier Bonnet commented on HTTPCLIENT-1310: Martin, Did

Re: HttpParams in HttpClient 4.3-alpha1

2013-02-11 Thread Oleg Kalnichevski
On Mon, 2013-02-11 at 13:45 +0100, François-Xavier Bonnet wrote: > Hello, > > I am currently migrating a project from 4.2.3 to 4.3-alpha1 > > For cookies I am using BrowserCompatSpec this way: > httpRequest.getParams().setParameter(ClientPNames.COOKIE_POLICY, > CookiePolicy.BROWSER_COMPATIBILITY

Re: InetAddressUtils - use of non-capturing groups

2013-02-11 Thread Oleg Kalnichevski
On Mon, 2013-02-11 at 12:24 +, sebb wrote: > The IPv6 regexes use non-capturing groups - i.e. (?:pattern) - whereas > the IPV4 pattern uses capturing groups - i.e. (pattern). > > Just wondering why they don't all use non-capturing groups, given that > the patterns are only used in boolean matc

[jira] [Commented] (HTTPCLIENT-1310) Allow background validation to optionally back off after a number of failed requests

2013-02-11 Thread Francois-Xavier Bonnet (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575771#comment-13575771 ] Francois-Xavier Bonnet commented on HTTPCLIENT-1310: I am testing

Re: Http Async Client stability for production use

2013-02-11 Thread Oleg Kalnichevski
On Mon, 2013-02-11 at 12:45 +0530, Asankha C. Perera wrote: > Hi Oleg > >> If you do no not need a full blown HTTP client with proxy, auth and > >> cookie support stick to HttpCore for a few more months. > I see some changes between HttpCore/NIO 4.2.x and 4.3.x as well and I am > trying to decide

[jira] [Commented] (HTTPCLIENT-1310) Allow background validation to optionally back off after a number of failed requests

2013-02-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575769#comment-13575769 ] Oleg Kalnichevski commented on HTTPCLIENT-1310: --- This is completely out

[jira] [Commented] (HTTPCLIENT-1318) Redirect to TLS site via TLS proxy fails - incorrectly marked as insecure target route

2013-02-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575768#comment-13575768 ] Oleg Kalnichevski commented on HTTPCLIENT-1318: --- Let's separate social

HttpParams in HttpClient 4.3-alpha1

2013-02-11 Thread François-Xavier Bonnet
Hello, I am currently migrating a project from 4.2.3 to 4.3-alpha1 For cookies I am using BrowserCompatSpec this way: httpRequest.getParams().setParameter(ClientPNames.COOKIE_POLICY, CookiePolicy.BROWSER_COMPATIBILITY); But now it looks like this parameter is just ignored. I know HttpParams

[jira] [Updated] (HTTPCLIENT-1318) Redirect to TLS site via TLS proxy fails - incorrectly marked as insecure target route

2013-02-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1318: -- Fix Version/s: (was: 4.2.4) Future Priority

[jira] [Commented] (HTTPCLIENT-1320) SSLSocketFactory.createSystemSSLContext causes java.security.UnrecoverableKeyException: Password verification failed

2013-02-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575764#comment-13575764 ] Oleg Kalnichevski commented on HTTPCLIENT-1320: --- 4.2.4 is likely within

InetAddressUtils - use of non-capturing groups

2013-02-11 Thread sebb
The IPv6 regexes use non-capturing groups - i.e. (?:pattern) - whereas the IPV4 pattern uses capturing groups - i.e. (pattern). Just wondering why they don't all use non-capturing groups, given that the patterns are only used in boolean matches() methods? If it more efficient to use non-capturing