This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 89cc6df  Fix Javadoc
89cc6df is described below

commit 89cc6dffec1618602f64c0edee552b6ed2273700
Author: Mark Thomas <[email protected]>
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 33130f1..63eb1fc 100644
--- a/java/org/apache/catalina/filters/CorsFilter.java
+++ b/java/org/apache/catalina/filters/CorsFilter.java
@@ -75,13 +75,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 implements Filter {
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to