[jira] [Commented] (HTTPCLIENT-2356) Extend AuthScheme API and Authentication Logic to Enable SPNEGO Mutual Authentication

2025-01-20 Thread Michael Osipov (Jira)
[ 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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2025-01-20 Thread via GitHub
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

Re: [PR] HTTPCLIENT-2356 Extend AuthScheme API and Authentication Logic to Enable SPNEGO Mutual Authentication [httpcomponents-client]

2025-01-20 Thread via GitHub
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,

[jira] [Commented] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2356) Extend AuthScheme API and Authentication Logic to Enable SPNEGO Mutual Authentication

2025-01-20 Thread Istvan Toth (Jira)
[ 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

Re: [PR] HTTPCLIENT-2180. Implement warm-up functionality for PoolingAsyncClientConnectionManager [httpcomponents-client]

2025-01-20 Thread via GitHub
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

[jira] [Commented] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Tomasz Zasada (Jira)
[ 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

Classic HttpClient APIs over async transport

2025-01-20 Thread Oleg Kalnichevski
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

[jira] [Commented] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread ASF subversion and git services (Jira)
[ 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:

[jira] [Resolved] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread ASF subversion and git services (Jira)
[ 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:

[jira] [Commented] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread ASF subversion and git services (Jira)
[ 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:

[jira] [Commented] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread V. S. (Jira)
[ 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

Re: [PR] Decode Subject Alternative Names (SAN) for X.509 Certificates [httpcomponents-client]

2025-01-20 Thread via GitHub
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

[jira] [Updated] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Updated] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Tomasz Zasada (Jira)
[ 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

[jira] [Updated] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Tomasz Zasada (Jira)
[ 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

[jira] [Updated] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Tomasz Zasada (Jira)
[ 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

[jira] [Updated] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Tomasz Zasada (Jira)
[ 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

[jira] [Created] (HTTPCLIENT-2357) HttpClient is not releasing connections when a proxy returns status codes != 200

2025-01-20 Thread Tomasz Zasada (Jira)
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

[jira] [Created] (HTTPCLIENT-2356) Extend AuthScheme API and Authentication Logic to Enable SPNEGO Mutual Authentication

2025-01-20 Thread Istvan Toth (Jira)
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2025-01-20 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2025-01-20 Thread via GitHub
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

[jira] [Commented] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread Oleg Kalnichevski (Jira)
[ 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

[jira] [Commented] (HTTPCLIENT-2355) Error "Chunked transfer encoding not allowed for HTTP/1.0" with proxy and HttpClient 5.4

2025-01-20 Thread ASF subversion and git services (Jira)
[ 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:

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2025-01-20 Thread via GitHub
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

Re: [PR] Decode Subject Alternative Names (SAN) for X.509 Certificates [httpcomponents-client]

2025-01-20 Thread via GitHub
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

Re: [PR] HTTPCLIENT-2180. Implement warm-up functionality for PoolingAsyncClientConnectionManager [httpcomponents-client]

2025-01-20 Thread via GitHub
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

Re: [PR] Decode Subject Alternative Names (SAN) for X.509 Certificates [httpcomponents-client]

2025-01-20 Thread via GitHub
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

Re: [PR] HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend [httpcomponents-client]

2025-01-20 Thread via GitHub
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