You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/06 13:40:18 UTC

[tomcat] branch 8.5.x updated: Fix Javadoc error. Origin is URI as a String, not a URI.

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 4eb55eea29 Fix Javadoc error. Origin is URI as a String, not a URI.
4eb55eea29 is described below

commit 4eb55eea294132288b3234a5733facf552efa3db
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Oct 6 14:39:46 2022 +0100

    Fix Javadoc error. Origin is URI as a String, not a URI.
---
 java/org/apache/catalina/filters/CorsFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/filters/CorsFilter.java b/java/org/apache/catalina/filters/CorsFilter.java
index ef0ca6f065..2ce4e04744 100644
--- a/java/org/apache/catalina/filters/CorsFilter.java
+++ b/java/org/apache/catalina/filters/CorsFilter.java
@@ -811,7 +811,7 @@ public class CorsFilter implements Filter {
      * <ul>
      * <li>If an encoded character is present in origin, it's not valid.</li>
      * <li>If origin is "null", it's valid.</li>
-     * <li>Origin should be a valid {@link URI}</li>
+     * <li>Origin should be a valid URI</li>
      * </ul>
      *
      * @param origin The origin URI


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org