[jira] [Created] (HTTPCLIENT-2306) What is different in PoolingHttpClientConnectionManager from MultiThreadedHttpConnectionManager?

2023-11-20 Thread harsha vardhan sai T (Jira)
harsha vardhan sai T created HTTPCLIENT-2306: Summary: What is different in PoolingHttpClientConnectionManager from MultiThreadedHttpConnectionManager? Key: HTTPCLIENT-2306 URL: https://issues.apache.o

Re: [PR] Implement Password Validation in BasicScheme. [httpcomponents-client]

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

[PR] Enforce UTF-8 Encoding in BasicSchemeFactory for RFC 7617 Compliance [httpcomponents-client]

2023-11-20 Thread via GitHub
arturobernalg opened a new pull request, #506: URL: https://github.com/apache/httpcomponents-client/pull/506 - Deprecated the constructor in BasicSchemeFactory that allows setting a custom Charset. - Updated the default constructor to use StandardCharsets.UTF_8, aligning with RFC 7617 wh