joshelser commented on a change in pull request #1843:
URL: https://github.com/apache/hbase/pull/1843#discussion_r526216161
##########
File path:
hbase-http/src/main/java/org/apache/hadoop/hbase/http/ProxyUserAuthenticationFilter.java
##########
@@ -150,6 +150,19 @@ static boolean containsUpperCase(final Iterable<String>
strings) {
return false;
}
+ public static String getDoasFromHeader(final HttpServletRequest request) {
Review comment:
nit: Javadoc on this method please.
----------------------------------------------------------------
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]