aleksandr-m commented on a change in pull request #483:
URL: https://github.com/apache/struts/pull/483#discussion_r677556555



##########
File path: 
core/src/main/java/org/apache/struts2/config/StrutsBeanSelectionProvider.java
##########
@@ -418,6 +419,8 @@ public void register(ContainerBuilder builder, 
LocatableProperties props) {
         /** Checker is used mostly in interceptors, so there be one instance 
of checker per interceptor with Scope.PROTOTYPE **/
         alias(ExcludedPatternsChecker.class, 
StrutsConstants.STRUTS_EXCLUDED_PATTERNS_CHECKER, builder, props, 
Scope.PROTOTYPE);
         alias(AcceptedPatternsChecker.class, 
StrutsConstants.STRUTS_ACCEPTED_PATTERNS_CHECKER, builder, props, 
Scope.PROTOTYPE);
+        alias(NotExcludedAcceptedPatternsChecker.class, 
StrutsConstants.STRUTS_NOT_EXCLUDED_ACCEPTED_PATTERNS_CHECKER
+                , builder, props, Scope.SINGLETON);

Review comment:
       I believe it is about comma in the begging of the line.




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