This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 97451f71f5 Fix Javadoc error. Origin is URI as a String, not a URI. 97451f71f5 is described below commit 97451f71f5cc64be490ec00514cd0a1b8eb4f2d6 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 442772e0a9..5ad6dbb3e3 100644 --- a/java/org/apache/catalina/filters/CorsFilter.java +++ b/java/org/apache/catalina/filters/CorsFilter.java @@ -794,7 +794,7 @@ public class CorsFilter extends GenericFilter { * <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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org