lprimak commented on code in PR #2857:
URL: https://github.com/apache/shiro/pull/2857#discussion_r3789438966


##########
samples/spring-mvc/src/main/java/org/apache/shiro/samples/spring/config/ApplicationConfig.java:
##########
@@ -142,7 +142,7 @@ public ShiroFilterChainDefinition 
shiroFilterChainDefinition() {
         chainDefinition.addPathDefinition("/WEB-INF/resources/login.jsp", 
"anon");
         //allow WebStart to pull the jars for the swing app
         chainDefinition.addPathDefinition("/*.jar", "anon");
-
+        chainDefinition.addPathDefinition("/**", "anon");

Review Comment:
   It's another ride-along. This example didn't work with the new "hardened" 
defaults in 3.0, so I fixed it.



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