trakos commented on code in PR #5447:
URL: https://github.com/apache/hadoop/pull/5447#discussion_r1155186362
##########
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/BasicAuthConfigurator.java:
##########
@@ -33,6 +33,16 @@ public class BasicAuthConfigurator implements
ConnectionConfigurator {
private final ConnectionConfigurator parent;
private final String credentials;
+ static public ConnectionConfigurator getConfigurator(
Review Comment:
Good point, we might as well move it to `URLConnectionFactory` and make it
private there. I've made the change.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]