[PR] Fix: HTTP response content being truncated to a maximum length of 256 bytes [httpcomponents-client]

2023-12-08 Thread via GitHub
Demonese opened a new pull request, #519: URL: https://github.com/apache/httpcomponents-client/pull/519 see commit: 0df9e63932ea4dca63009ad52254bbb3fbf0b86e -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] Support for percent coding as defined in RFC 5987 [httpcomponents-core]

2023-12-08 Thread via GitHub
ok2c opened a new pull request, #443: URL: https://github.com/apache/httpcomponents-core/pull/443 @arturobernalg I moved some of your code from client to core. Please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Arturo Bernal
+1 Arturo On Fri, Dec 8, 2023 at 3:10 PM Oleg Kalnichevski wrote: > Folks > > I propose that as of this moment any support for HttpAsycClient 4.1 and > HttpCore NIO 4.4 be discontinued and the remaining users of those > libraries be strongly encouraged to upgrade to HttpClient 5.3 and >

Re: [VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Oleg Kalnichevski
+1 Oleg On 08/12/2023 15:10, Oleg Kalnichevski wrote: Folks I propose that as of this moment any support for HttpAsycClient 4.1 and HttpCore NIO 4.4 be discontinued and the remaining users of those libraries be strongly encouraged to upgrade to  HttpClient 5.3 and HttpCore 5.2. This does

Re: [VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Gary Gregory
+1 Sounds reasonable. Gary On Fri, Dec 8, 2023 at 9:10 AM Oleg Kalnichevski wrote: > > Folks > > I propose that as of this moment any support for HttpAsycClient 4.1 and > HttpCore NIO 4.4 be discontinued and the remaining users of those > libraries be strongly encouraged to upgrade to

[VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Oleg Kalnichevski
Folks I propose that as of this moment any support for HttpAsycClient 4.1 and HttpCore NIO 4.4 be discontinued and the remaining users of those libraries be strongly encouraged to upgrade to HttpClient 5.3 and HttpCore 5.2. This does not affect HttpClient 4.5 and HttpCore 4.4 (classic).

[PR] Bump log4j.version from 2.20.0 to 2.22.0 [httpcomponents-client]

2023-12-08 Thread via GitHub
dependabot[bot] opened a new pull request, #518: URL: https://github.com/apache/httpcomponents-client/pull/518 Bumps `log4j.version` from 2.20.0 to 2.22.0. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.20.0 to 2.22.0 Updates `org.apache.logging.log4j:log4j-core` from

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

2023-12-08 Thread via GitHub
arturobernalg merged PR #511: URL: https://github.com/apache/httpcomponents-client/pull/511 -- 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] Add validation to prevent both 'username' and 'username*' in DigestScheme headers. [httpcomponents-client]

2023-12-08 Thread via GitHub
arturobernalg closed pull request #510: Add validation to prevent both 'username' and 'username*' in DigestScheme headers. URL: https://github.com/apache/httpcomponents-client/pull/510 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

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