kusalk commented on code in PR #664:
URL: https://github.com/apache/struts/pull/664#discussion_r1122579222


##########
core/src/main/java/org/apache/struts2/StrutsConstants.java:
##########
@@ -413,10 +413,13 @@ public final class StrutsConstants {
     /** Allows override default DispatcherErrorHandler */
     public static final String STRUTS_DISPATCHER_ERROR_HANDLER = 
"struts.dispatcher.errorHandler";
 
-    /** Comma delimited set of excluded classes and package names which cannot 
be accessed via expressions */
+    /** Comma delimited set of excluded classes which cannot be accessed via 
OGNL expressions. Matching is done on both target and member classes of OGNL 
expression. Note that superclasses of listed classes are also used for 
matching. */

Review Comment:
   Tried my best to describe the code logic in words for all these options.



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