steinarb commented on code in PR #2857:
URL: https://github.com/apache/shiro/pull/2857#discussion_r3788601952
##########
core/src/main/java/org/apache/shiro/util/AntPathMatcher.java:
##########
@@ -69,7 +69,7 @@ public class AntPathMatcher implements PatternMatcher {
public static final String DEFAULT_PATH_SEPARATOR = "/";
private String pathSeparator = DEFAULT_PATH_SEPARATOR;
- private boolean caseInsensitive;
+ private boolean caseInsensitive = true;
Review Comment:
(if so it ended up on the "wrong" commit, but I guess it will be squashed
anyway...?)
--
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]