stoty commented on PR #612:
URL:
https://github.com/apache/httpcomponents-client/pull/612#issuecomment-2603753034
The japicmp disable is not meant to be commited. it's for letting the test
suite run.
--
This is an automated message from the Apache Git Service.
To respond to the message,
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914880#comment-17914880
]
Michael Osipov commented on HTTPCLIENT-2356:
fine by me
> Extend AuthSc
stoty commented on PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#issuecomment-2603857863
Opened #612 for the first part.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
ok2c commented on PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#issuecomment-2602299544
> So the first patch would be most of this patch, without the actual
MutualSPnego implementation, and corresponding new test, while the second one
would add the new MutualSpnego
Istvan Toth created HTTPCLIENT-2356:
---
Summary: Extend AuthScheme API and Authentication Logic to Enable
SPNEGO Mutual Authentication
Key: HTTPCLIENT-2356
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-235
ok2c commented on PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#issuecomment-2601982159
> @michael-o, @ok2c
>
> Now that the festive sesason is over, are you able to find the time for
reviews ?
>
> On my side, I still need to implement the requested ne
arturobernalg commented on code in PR #610:
URL:
https://github.com/apache/httpcomponents-client/pull/610#discussion_r1922137280
##
httpclient5/src/main/java/org/apache/hc/client5/http/ssl/DefaultHostnameVerifier.java:
##
@@ -355,7 +355,26 @@ static List getSubjectAltNames(fina
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914599#comment-17914599
]
ASF subversion and git services commented on HTTPCLIENT-2355:
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914609#comment-17914609
]
Oleg Kalnichevski commented on HTTPCLIENT-2355:
---
> wouldn't explicitly
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914611#comment-17914611
]
Oleg Kalnichevski commented on HTTPCLIENT-2355:
---
[~polybios] Please gi
stoty commented on PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#issuecomment-2602228301
So the first patch would be most of this patch, without the actual
MutualSPnego implementation, and corresponding new test, while the second one
would add the new MutualSpnego
stoty commented on PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#issuecomment-2601884612
@michael-o, @ok2c
Now that the festive sesason is over, are you able to find the time for
reviews ?
On my side, I still need to implement the requested new config
ok2c commented on code in PR #610:
URL:
https://github.com/apache/httpcomponents-client/pull/610#discussion_r1922112547
##
httpclient5/src/main/java/org/apache/hc/client5/http/ssl/DefaultHostnameVerifier.java:
##
@@ -355,7 +355,26 @@ static List getSubjectAltNames(final
X509Ce
ok2c commented on PR #611:
URL:
https://github.com/apache/httpcomponents-client/pull/611#issuecomment-2601966858
I am sorry @arturobernalg but this looks wrong. The proposed code does not
really "warm up" the pool. It merely creates a bunch of pool entries with no
connection in them. It re
Folks,
I finally got around to creating a classic to async bridge that acts as
a compatibility layer between the async transport and the classic APIs
based on the standard InputStream / OutputStream APIs. This is a much
needed and a long overdue feature, It will enable various
implementations buil
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914768#comment-17914768
]
Tomasz Zasada commented on HTTPCLIENT-2357:
---
Thanks [~olegk],
Looks like
arturobernalg closed pull request #611: HTTPCLIENT-2180. Implement warm-up
functionality for PoolingAsyncClientConnectionManager
URL: https://github.com/apache/httpcomponents-client/pull/611
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914771#comment-17914771
]
Istvan Toth commented on HTTPCLIENT-2356:
-
I THINK that the new API and Auth
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-2357:
--
Fix Version/s: 5.4.2
5.5-alpha1
Labels: regre
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914731#comment-17914731
]
ASF subversion and git services commented on HTTPCLIENT-2357:
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914735#comment-17914735
]
Oleg Kalnichevski commented on HTTPCLIENT-2357:
---
[~tomaszzasada] Silly
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914794#comment-17914794
]
Oleg Kalnichevski commented on HTTPCLIENT-2357:
---
[~tomaszzasada] I wil
arturobernalg merged PR #610:
URL: https://github.com/apache/httpcomponents-client/pull/610
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914727#comment-17914727
]
V. S. commented on HTTPCLIENT-2355:
---
[~olegk] yes, taking that line out makes it w
Tomasz Zasada created HTTPCLIENT-2357:
-
Summary: HttpClient is not releasing connections when a proxy
returns status codes != 200
Key: HTTPCLIENT-2357
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-235
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz Zasada updated HTTPCLIENT-2357:
--
Description:
HttpClient is not releasing connections when a proxy returns status c
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz Zasada updated HTTPCLIENT-2357:
--
Description:
HttpClient is not releasing connections when a proxy returns status c
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz Zasada updated HTTPCLIENT-2357:
--
Description:
HttpClient is not releasing connections when a proxy returns status c
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomasz Zasada updated HTTPCLIENT-2357:
--
Description:
HttpClient is not releasing connections when a proxy returns status c
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914751#comment-17914751
]
ASF subversion and git services commented on HTTPCLIENT-2355:
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-2355.
---
Resolution: Fixed
Fixed in master and 5.4.x
> Error "Chunked transfer e
[
https://issues.apache.org/jira/browse/HTTPCLIENT-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914752#comment-17914752
]
ASF subversion and git services commented on HTTPCLIENT-2355:
32 matches
Mail list logo