Skip to content

Commit cea2b55

Browse files
Artyom Tarynineleftherias
Artyom Tarynin
authored andcommitted
Update AntPathRequestMatcher.java
Fixes gh-8512
1 parent faa02e8 commit cea2b55

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public final class AntPathRequestMatcher
6767

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

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

0 commit comments

Comments
 (0)