arturobernalg opened a new pull request, #418: URL: https://github.com/apache/httpcomponents-core/pull/418
Description: This pull request addresses the recommendations set out in RFC 9110 regarding the deprecation of the userInfo subcomponent in "http" or "https" URIs. Changes: - Removed all references to `userInfo` within the `URIAuthority` class. - Deprecated methods in both `URIAuthority` and `URIBuilder` that utilized `userInfo`. - Added exception handling for potential security risks associated with `userinfo` in received URIs. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org