DomGarguilo commented on code in PR #27:
URL: https://github.com/apache/accumulo-access/pull/27#discussion_r1373391756
##########
src/main/java/org/apache/accumulo/access/AccessEvaluatorImpl.java:
##########
@@ -230,4 +226,8 @@ public AccessEvaluator build() {
public static AuthorizationsBuilder builder() {
return new BuilderImpl();
}
+
+ private static boolean isQuoteOrSlash(byte b) {
Review Comment:
Take a look at the additions made in 096df65. Created a new class to house
these constants and compare them.
--
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]