Browse Source

Fix typo in AntPathRequestMatcher contructor comment

Closes gh-8042
pull/8721/head
AmitB 6 years ago committed by Rob Winch
parent
commit
d245b0466a
  1. 2
      web/src/main/java/org/springframework/security/web/util/matcher/AntPathRequestMatcher.java

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

@ -107,7 +107,7 @@ public final class AntPathRequestMatcher
* *
* @param pattern the ant pattern to use for matching * @param pattern the ant pattern to use for matching
* @param httpMethod the HTTP method. The {@code matches} method will return false if * @param httpMethod the HTTP method. The {@code matches} method will return false if
* the incoming request doesn't doesn't have the same method. * the incoming request doesn't have the same method.
* @param caseSensitive true if the matcher should consider case, else false * @param caseSensitive true if the matcher should consider case, else false
* @param urlPathHelper if non-null, will be used for extracting the path from the HttpServletRequest * @param urlPathHelper if non-null, will be used for extracting the path from the HttpServletRequest
*/ */

Loading…
Cancel
Save