Re: [VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Ryan Schmitt
+1 On Sun, Dec 3, 2023 at 1:43 AM Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.3. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes if at least > three binding +1 votes are cast and

Re: [PR] Implement Support for Userhash Parameter in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-12-03 Thread via GitHub
arturobernalg merged PR #509: URL: https://github.com/apache/httpcomponents-client/pull/509 -- 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:

Re: [PR] Enforce Support for UTF-8 Encoding Scheme in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-12-03 Thread via GitHub
arturobernalg merged PR #508: URL: https://github.com/apache/httpcomponents-client/pull/508 -- 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:

Re: [VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Arturo Bernal
+1 Release the packages as HttpClient 5.3. Arturo On Sun, Dec 3, 2023 at 10:43 AM Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.3. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes

Re: [VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Michael Osipov
Am 2023-12-03 um 10:42 schrieb Oleg Kalnichevski: Please vote on releasing these packages as HttpClient 5.3. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1

Re: [VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Gary Gregory
+1 - Testing src zip file - ASC OK - SHA512 OK - 'mvn clean verify' OK - Building with: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /usr/local/Cellar/maven/3.9.6/libexec Java version: 21.0.1, vendor: Homebrew, runtime:

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792560#comment-17792560 ] Oleg Kalnichevski commented on HTTPCORE-746: > I can only imagine you misinterpreted my

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792559#comment-17792559 ] Gary D. Gregory commented on HTTPCORE-746: -- [~olegk] I can only imagine you misinterpreted

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792554#comment-17792554 ] Oleg Kalnichevski commented on HTTPCORE-746: A lot of tedious, thankless work I must add.

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792553#comment-17792553 ] Oleg Kalnichevski commented on HTTPCORE-746: [~ggregory] The problem is not the code

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792551#comment-17792551 ] Gary D. Gregory commented on HTTPCORE-746: -- [~kliakos]  If you want to help, you can update

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792549#comment-17792549 ] Michael Osipov commented on HTTPCORE-746: - Here is the difference: AWS makes billions with

[jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads

2023-12-03 Thread Konstantinos Liakos (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792543#comment-17792543 ] Konstantinos Liakos commented on HTTPCORE-746: -- Apache http client v4 is still widely used

[jira] [Commented] (HTTPCLIENT-2292) SOCKS proxy configuration is not working

2023-12-03 Thread Jira
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792528#comment-17792528 ] Daniel Krämer commented on HTTPCLIENT-2292: --- [~ggregory] There still seems to be an issue

Re: [PR] Implement username* validation and decoding in DigestScheme [httpcomponents-client]

2023-12-03 Thread via GitHub
ok2c commented on code in PR #511: URL: https://github.com/apache/httpcomponents-client/pull/511#discussion_r1413038946 ## httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/DigestScheme.java: ## @@ -314,20 +315,34 @@ private String createDigestResponse(final

Re: [PR] Implement username* validation and decoding in DigestScheme [httpcomponents-client]

2023-12-03 Thread via GitHub
ok2c commented on code in PR #511: URL: https://github.com/apache/httpcomponents-client/pull/511#discussion_r1413038946 ## httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/DigestScheme.java: ## @@ -314,20 +315,34 @@ private String createDigestResponse(final

Re: [PR] Add validation to prevent both 'username' and 'username*' in DigestScheme headers. [httpcomponents-client]

2023-12-03 Thread via GitHub
ok2c commented on code in PR #510: URL: https://github.com/apache/httpcomponents-client/pull/510#discussion_r1413038237 ## httpclient5/src/test/java/org/apache/hc/client5/http/impl/auth/TestDigestScheme.java: ## @@ -746,4 +746,25 @@ public void testSerialization() throws

[VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.3. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: