This is an automated email from the ASF dual-hosted git repository. markt 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 aa7ea3d Fix Javadoc aa7ea3d is described below commit aa7ea3d4f4aa0bff8f059746b6a85bba5283dd72 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jul 26 17:59:54 2021 +0100 Fix Javadoc --- java/org/apache/catalina/filters/CorsFilter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/filters/CorsFilter.java b/java/org/apache/catalina/filters/CorsFilter.java index c98de77..f64d7ad 100644 --- a/java/org/apache/catalina/filters/CorsFilter.java +++ b/java/org/apache/catalina/filters/CorsFilter.java @@ -74,13 +74,13 @@ import org.apache.tomcat.util.res.StringManager; * 'Access-Control-Request-Headers' header, for pre-flight request.</li> * </ul> * - * @see <a href="http://www.w3.org/TR/cors/">CORS specification</a> - * * If you extend this class and override one or more of the getXxx() methods, * consider whether you also need to override * {@link CorsFilter#doFilter(ServletRequest, ServletResponse, FilterChain)} and * add appropriate locking so that the {@code doFilter()} method executes with a * consistent configuration. + * + * @see <a href="http://www.w3.org/TR/cors/">CORS specification</a> */ public class CorsFilter extends GenericFilter { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org