ChristopherSchultz commented on code in PR #681:
URL: https://github.com/apache/tomcat/pull/681#discussion_r1434511388
##########
webapps/docs/config/filter.xml:
##########
@@ -319,6 +326,34 @@
of <code>java.security.SecureRandom</code> will be used.</p>
</attribute>
+ <attribute name="noNonceURLPatterns" required="false">
+ <p>A list of URL patterns that will <i>not</i> have CSRF nonces added
+ to them. You may not want to add nonces to certain URLs to avoid
+ creating unique URLs which may defeat resource caching, etc.</p>
+
+ <p>There are 3 types of patterns supported:</p>
Review Comment:
3 == three
Though there are actually 4 (four?), now, so that needs a fix.
Is there a documented preference for spelled-out numerals in Tomcat
documentation?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]