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 98a72a0147 Make Javadoc consistent
98a72a0147 is described below

commit 98a72a0147dd8d7b3c08c2967e2f00b6e8b07fb1
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 8 17:15:20 2026 +0100

    Make Javadoc consistent
---
 java/org/apache/tomcat/util/http/RequestUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/http/RequestUtil.java 
b/java/org/apache/tomcat/util/http/RequestUtil.java
index 51194c3db8..96d4379beb 100644
--- a/java/org/apache/tomcat/util/http/RequestUtil.java
+++ b/java/org/apache/tomcat/util/http/RequestUtil.java
@@ -32,7 +32,7 @@ public class RequestUtil {
     /**
      * Normalize a relative URI path. This method normalizes "/./", "/../", 
"//" and "\". If the input path is an
      * attempt to 'escape the root' (e.g. /../input.txt) then {@code null} is 
returned to prevent attempts to 'escape
-     * the root'. <strong>WARNING</strong> - No other URI validation checks 
are performed.
+     * the root'. URI paths containing null bytes will be rejected.
      *
      * @param path Relative path to be normalized
      *


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

Reply via email to