ok2c commented on PR #418: URL: https://github.com/apache/httpcomponents-core/pull/418#issuecomment-1862776884
@arturobernalg @michael-o As I suspected the complete removal of `userinfo` support turned out to be not such a good idea. Now HttpClient is unable to reject requests with URIs containing a `userinfo` component. The `userinfo` component gets silently dropped from the URI, the request gets executed but whether the result what it should be, I am not sure. What the correct process of handling requests with `userinfo` component.? * Rejected at the construction time? * Rejected at the execution time? (this is how it used to work before this change) * Silently ignored (this is how it works now) -- 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