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 ad5457c Fix Javadoc ad5457c is described below commit ad5457c5aff81fa66ce50ff773fa751b3b8bc1db 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