Browse Source

Update AntPathRequestMatcher.java

Fixes gh-8512
pull/8721/head
Artyom Tarynin 6 years ago committed by Eleftheria Stein
parent
commit
66f923dab7
  1. 4
      web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java

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

@ -67,7 +67,7 @@ public final class AntPathRequestMatcher @@ -67,7 +67,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
*/
@ -76,7 +76,7 @@ public final class AntPathRequestMatcher @@ -76,7 +76,7 @@ public final class AntPathRequestMatcher
}
/**
* 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

Loading…
Cancel
Save