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 46cc90953e Checkstyle
46cc90953e is described below
commit 46cc90953e5c2543b07fae1438e8d753e1034617
Author: remm <[email protected]>
AuthorDate: Thu Feb 1 16:17:06 2024 +0100
Checkstyle
---
java/org/apache/catalina/filters/CsrfPreventionFilter.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
index 82dd06917c..4150ab0d92 100644
--- a/java/org/apache/catalina/filters/CsrfPreventionFilter.java
+++ b/java/org/apache/catalina/filters/CsrfPreventionFilter.java
@@ -187,6 +187,7 @@ public class CsrfPreventionFilter extends
CsrfPreventionFilterBase {
/**
* Creates a collection of matchers from a comma-separated string of
patterns.
*
+ * @param context the Servlet context
* @param patterns A comma-separated string of URL matching patterns.
*
* @return A collection of predicates representing the URL patterns.
@@ -219,6 +220,7 @@ public class CsrfPreventionFilter extends
CsrfPreventionFilterBase {
/**
* Creates a predicate that can match the specified type of pattern.
*
+ * @param context the Servlet context
* @param pattern The pattern to match e.g. <code>*.foo</code> or
* <code>/bar/*</code>.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]