dlmarion commented on code in PR #3678:
URL: https://github.com/apache/accumulo/pull/3678#discussion_r1287328391


##########
server/base/src/main/java/org/apache/accumulo/server/util/PropUtil.java:
##########
@@ -65,6 +65,11 @@ protected static void validateProperties(final ServerContext 
context,
         }
         throw new IllegalArgumentException(exceptionMessage + propStoreKey + " 
name: "
             + prop.getKey() + ", value: " + prop.getValue());
+      } else if 
(prop.getKey().equals(Property.TABLE_CLASSLOADER_CONTEXT.getKey())) {
+        if (!ClassLoaderUtil.isValidContext(prop.getValue())) {

Review Comment:
   Completed in 9272c0f



-- 
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]

Reply via email to