[VOTE][RESULT] Release HttpComponents HttpClient 5.2.2 based on RC1

2023-11-23 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.2.2 based on RC1 has passed with the following results +1 (4 binding votes in total) Michael Osipov * Arturo Bernal * Gary Gregory * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https://lists.apache.org/thread/0kg

[PR] Fixes Invalid Proxy exception when using a SSL client without Proxy [httpcomponents-client]

2023-11-23 Thread via GitHub
ctabin opened a new pull request, #507: URL: https://github.com/apache/httpcomponents-client/pull/507 Hi, Just after upgrading to httpclient5 5.2.2, we get the following exception: ``` java.lang.IllegalArgumentException: Invalid Proxy at java.base/java.net.Socket.(Sock

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-23 Thread Sandeep Gaur
Hi Oleg, Thanks for the quick resolution of the issue!, I really appreciate it. Is there any planned release date of 5.2.4 , 5.3-alpha1

Re: [PR] Fixes Invalid Proxy exception when using a SSL client without Proxy [httpcomponents-client]

2023-11-23 Thread via GitHub
ok2c merged PR #507: URL: https://github.com/apache/httpcomponents-client/pull/507 -- 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

Re: [PR] Fixes Invalid Proxy exception when using a SSL client without Proxy [httpcomponents-client]

2023-11-23 Thread via GitHub
ctabin commented on PR #507: URL: https://github.com/apache/httpcomponents-client/pull/507#issuecomment-1824413376 Hi @ok2c all fixed ! -- 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 specif

[jira] [Created] (HTTPCLIENT-2307) getting "Invalid Proxy" when no proxy set

2023-11-23 Thread Jim Sellers (Jira)
Jim Sellers created HTTPCLIENT-2307: --- Summary: getting "Invalid Proxy" when no proxy set Key: HTTPCLIENT-2307 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2307 Project: HttpComponents HttpCl

[jira] [Resolved] (HTTPCLIENT-2307) getting "Invalid Proxy" when no proxy set

2023-11-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2307. --- Fix Version/s: 5.2.3 5.3-alpha2 Resolution: Fix

HttpCore 5.2.4 release notes

2023-11-23 Thread Oleg Kalnichevski
Folks Please review and amend the HttpCore 5.2.4 release notes as you deem ncecessary. https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For

Re: HttpCore 5.2.4 release notes

2023-11-23 Thread Gary Gregory
I made a small adjustment. Gary On Thu, Nov 23, 2023 at 10:07 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpCore 5.2.4 release notes as you deem > ncecessary. > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Oleg > >

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

2023-11-23 Thread via GitHub
arturobernalg opened a new pull request, #508: URL: https://github.com/apache/httpcomponents-client/pull/508 This commit enforces the use of the 'UTF-8' encoding scheme as the sole allowed value for character encoding in Digest Authentication, in alignment with the guidelines specified in R

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

2023-11-23 Thread via GitHub
arturobernalg opened a new pull request, #509: URL: https://github.com/apache/httpcomponents-client/pull/509 This commit introduces support for the userhash parameter in Digest Authentication, conforming to the specifications outlined in RFC 7616. The userhash parameter enhances security by