[
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,
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
[
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
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).
> >>
> >
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
[
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
[
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
[
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
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:
[
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
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
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
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
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
My test is:
HttpClient httpClient = new DefaultHttpClient();
HttpUriRequest request = new HttpGet(
"http://localhost:8080/";);
request.getParams().setParameter(ClientPNames.COOKIE_POLICY,
CookiePolicy.BROWSER_COMPATIBILITY);
HttpResp
[
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
[
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
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
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
[
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
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
[
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
[
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
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
[
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
[
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
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
27 matches
Mail list logo