We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc795a8 commit c2b6652Copy full SHA for c2b6652
web/src/main/java/org/springframework/security/web/util/matcher/RegexRequestMatcher.java
@@ -76,7 +76,7 @@ public static RegexRequestMatcher regexMatcher(HttpMethod method) {
76
77
/**
78
* Creates a case-sensitive {@code Pattern} instance to match against the request.
79
- * @param method the HTTP method to match. May be null to match all methods.
+ * @param method the HTTP method to match. May not be null to match all methods.
80
* @param pattern the regular expression to compile into a pattern.
81
* @since 5.8
82
*/
0 commit comments