We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa02e8 commit cea2b55Copy full SHA for cea2b55
web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java
@@ -67,7 +67,7 @@ public final class AntPathRequestMatcher
67
68
/**
69
* Creates a matcher with the specific pattern which will match all HTTP methods in a
70
- * case insensitive manner.
+ * case sensitive manner.
71
*
72
* @param pattern the ant pattern to use for matching
73
*/
@@ -76,7 +76,7 @@ public AntPathRequestMatcher(String pattern) {
76
}
77
78
79
- * 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
80
* manner.
81
82
0 commit comments