michael-o opened a new pull request #190: [HTTPCLIENT-2042] AuthScope uses uppercase for scheme name whereas th… URL: https://github.com/apache/httpcomponents-client/pull/190 …e rest of the code uses the lowercase version The auth scheme name is now consistently processed either in lowercse or with String#equalsIgnoreCase(). @garydgregory @ok2c Please share your opinion. Another approach would also be to leave as-is because `AuthScheme#getName()` is retained as-is and lowercased where ever appropriate. That would be even better for consistency. Shall I rework the issue and PR then?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
