This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new f9e8ef3adf Fix copy/paste error f9e8ef3adf is described below commit f9e8ef3adf62d7586dafc675107ecd44cdf38889 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 10 16:09:38 2022 +0100 Fix copy/paste error --- java/org/apache/catalina/filters/CsrfPreventionFilter.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/filters/CsrfPreventionFilter.java b/java/org/apache/catalina/filters/CsrfPreventionFilter.java index 575c7a4fe6..87e10f5fc3 100644 --- a/java/org/apache/catalina/filters/CsrfPreventionFilter.java +++ b/java/org/apache/catalina/filters/CsrfPreventionFilter.java @@ -262,7 +262,8 @@ public class CsrfPreventionFilter extends CsrfPreventionFilterBase { * cache. Unused by the default implementation. * @param session The session associated with the request. * - * @return A newly created {@link NonceCache} + * @return The {@link NonceCache} currently associated with the request + * and/or session */ protected NonceCache<String> getNonceCache(HttpServletRequest request, HttpSession session) { @SuppressWarnings("unchecked") --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org