[GitHub] [httpcomponents-client] ok2c merged pull request #475: HTTPCLIENT-2277: removal of deprecated cache functionality / logic that does not belong to the caching layer

2023-08-21 Thread via GitHub
ok2c merged PR #475: URL: https://github.com/apache/httpcomponents-client/pull/475 -- 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...@hc.ap

[jira] [Commented] (HTTPCLIENT-2277) HttpClient Cache conformance to RFC 9111

2023-08-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756734#comment-17756734 ] ASF subversion and git services commented on HTTPCLIENT-2277:

[jira] [Commented] (HTTPCLIENT-2277) HttpClient Cache conformance to RFC 9111

2023-08-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756736#comment-17756736 ] ASF subversion and git services commented on HTTPCLIENT-2277:

[jira] [Commented] (HTTPCLIENT-2277) HttpClient Cache conformance to RFC 9111

2023-08-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756737#comment-17756737 ] ASF subversion and git services commented on HTTPCLIENT-2277:

[jira] [Commented] (HTTPCLIENT-2277) HttpClient Cache conformance to RFC 9111

2023-08-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756735#comment-17756735 ] ASF subversion and git services commented on HTTPCLIENT-2277:

[ANNOUNCEMENT] HttpComponents Client 5.2.1 GA Released

2023-08-21 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha1 release of HttpComponents HttpClient. This is the first release in the 5.3 release series that introduces support for the Bearer authentication scheme (RFC 6750) and deprecates NTLM and GSS based experimental authentication scheme

[ANNOUNCEMENT] HttpComponents Client 5.3-alpha1 Released (corrected)

2023-08-21 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha1 release of HttpComponents HttpClient. This is the first release in the 5.3 release series that introduces support for the Bearer authentication scheme (RFC 6750) and deprecates NTLM and GSS based experimental authentication scheme

[jira] [Updated] (HTTPCLIENT-1874) Exponential back-off retry mechanism

2023-08-21 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1874: -- Fix Version/s: 5.3-alpha1 (was: Stuck) > Exponentia

[jira] [Updated] (HTTPCLIENT-1598) Native Windows Negotiate/NTLM via JNA + 407 Proxy Authentication Required

2023-08-21 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1598: -- Fix Version/s: (was: Stuck) > Native Windows Negotiate/NTLM via JNA +

[jira] [Updated] (HTTPCLIENT-1561) InitializeSecurityContext in WinHttpClient ignores return codes

2023-08-21 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1561: -- Fix Version/s: (was: Stuck) > InitializeSecurityContext in WinHttpClie

[jira] [Commented] (HTTPCLIENT-2284) BasicHttpCacheStorage leaking variant keys in root response's variantMap

2023-08-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756930#comment-17756930 ] ASF subversion and git services commented on HTTPCLIENT-2284:

[GitHub] [httpcomponents-client] ok2c opened a new pull request, #477: HTTPCLIENT-2284: Cache entry representation improvements

2023-08-21 Thread via GitHub
ok2c opened a new pull request, #477: URL: https://github.com/apache/httpcomponents-client/pull/477 * request URI stored in cache is now normalized and is presently expected to be the same as the root key * removed references to variant cache keys from the cache entry * Variants in roo

[GitHub] [httpcomponents-client] ok2c commented on pull request #477: HTTPCLIENT-2284: Cache entry representation improvements

2023-08-21 Thread via GitHub
ok2c commented on PR #477: URL: https://github.com/apache/httpcomponents-client/pull/477#issuecomment-1686366530 @arturobernalg Here's what I hope is going to be the last round of changes to the HttpCacheEntry and the related classes. This change-set should also help partially resolve HTTP

[GitHub] [httpcomponents-core] vismayku commented on pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
vismayku commented on PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#issuecomment-1686494868 ACK. I'm working on it. -- 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 spe

[GitHub] [httpcomponents-core] vismayku commented on pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
vismayku commented on PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#issuecomment-1686688525 I'm seeing an un-related test case failure. I am seeing the same failure even with freshly checked out repo. ``` [ERROR] Failures: [ERROR] ClassicRequestBuilde

[GitHub] [httpcomponents-core] github-code-scanning[bot] commented on a diff in pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
github-code-scanning[bot] commented on code in PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300532354 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +142,20 @@ return s.toLowerCase(Locale.ROOT);

[GitHub] [httpcomponents-core] arturobernalg commented on a diff in pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
arturobernalg commented on code in PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300585619 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +142,20 @@ return s.toLowerCase(Locale.ROOT); } +/

[GitHub] [httpcomponents-core] arturobernalg commented on a diff in pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
arturobernalg commented on code in PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300585619 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +142,20 @@ return s.toLowerCase(Locale.ROOT); } +/

[GitHub] [httpcomponents-core] ok2c commented on a diff in pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
ok2c commented on code in PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300599092 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +142,20 @@ return s.toLowerCase(Locale.ROOT); } +/** +

[GitHub] [httpcomponents-core] ok2c commented on a diff in pull request #416: Filter characters before byte conversion

2023-08-21 Thread via GitHub
ok2c commented on code in PR #416: URL: https://github.com/apache/httpcomponents-core/pull/416#discussion_r1300599092 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +142,20 @@ return s.toLowerCase(Locale.ROOT); } +/** +

[GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #477: HTTPCLIENT-2284: Cache entry representation improvements

2023-08-21 Thread via GitHub
arturobernalg commented on code in PR #477: URL: https://github.com/apache/httpcomponents-client/pull/477#discussion_r1300653728 ## httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/HttpByteArrayCacheEntrySerializer.java: ## @@ -328,7 +330,7 @@ public HttpCa