Skip to content

Commit

Permalink
Update AntPathRequestMatcher.java
Browse files Browse the repository at this point in the history
Fixes gh-8512
  • Loading branch information
Artyom Tarynin authored and eleftherias committed May 14, 2020
1 parent faa02e8 commit cea2b55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -76,7 +76,7 @@ public AntPathRequestMatcher(String pattern) {
}

/**
* 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
Expand Down

0 comments on commit cea2b55

Please sign in to comment.