1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Update AntPathRequestMatcher.java

Fixes gh-8512
This commit is contained in:
Artyom Tarynin
2020-05-11 20:13:43 +03:00
committed by Eleftheria Stein
parent e382c269ef
commit 9f33ce312a
@@ -68,7 +68,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
*/
@@ -77,7 +77,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