Skip to content

Commit 9e66538

Browse files
Artyom Tarynineleftherias
Artyom Tarynin
authored andcommitted
Update AntPathRequestMatcher.java
Fixes gh-8512
1 parent d6f827c commit 9e66538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class AntPathRequestMatcher
6868

6969
/**
7070
* Creates a matcher with the specific pattern which will match all HTTP methods in a
71-
* case insensitive manner.
71+
* case sensitive manner.
7272
*
7373
* @param pattern the ant pattern to use for matching
7474
*/
@@ -77,7 +77,7 @@ public AntPathRequestMatcher(String pattern) {
7777
}
7878

7979
/**
80-
* Creates a matcher with the supplied pattern and HTTP method in a case insensitive
80+
* Creates a matcher with the supplied pattern and HTTP method in a case sensitive
8181
* manner.
8282
*
8383
* @param pattern the ant pattern to use for matching

0 commit comments

Comments
 (0)