This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new dc680424df Fix javadoc
dc680424df is described below
commit dc680424dfbaad0b1142235519041f2da919b819
Author: remm <[email protected]>
AuthorDate: Mon Feb 5 12:57:26 2024 +0100
Fix javadoc
---
java/org/apache/catalina/filters/CsrfPreventionFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
index 4150ab0d92..2d65bb3544 100644
--- a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
+++ b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
@@ -225,7 +225,7 @@ public class CsrfPreventionFilter extends
CsrfPreventionFilterBase {
* <code>/bar/*</code>.
*
* @return A Predicate which can match the specified pattern, or
- * <code>>null</code> if the pattern is null or blank.
+ * <code>null</code> if the pattern is null or blank.
*/
protected static Predicate<String> createNoNoncePredicate(ServletContext
context, String pattern) {
if (null == pattern || 0 == pattern.trim().length()) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]