This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 12e40f6b78 Checkstyle
12e40f6b78 is described below
commit 12e40f6b78be4518833a68bb9f4b3a7c72473a5c
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]