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