diff --git a/web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java b/web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java index 1acaac55cca..146398c0c2a 100644 --- a/web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java +++ b/web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java @@ -68,7 +68,7 @@ public final class AntPathRequestMatcher /** * Creates a matcher with the specific pattern which will match all HTTP methods in a - * case insensitive manner. + * case sensitive manner. * * @param pattern the ant pattern to use for matching */ @@ -77,7 +77,7 @@ public AntPathRequestMatcher(String pattern) { } /** - * Creates a matcher with the supplied pattern and HTTP method in a case insensitive + * Creates a matcher with the supplied pattern and HTTP method in a case sensitive * manner. * * @param pattern the ant pattern to use for matching