This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 5b8457ecdf Make Javadoc consistent
5b8457ecdf is described below
commit 5b8457ecdf34250b325fc3d10a3d4e5ae9e5fd60
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 071e487228..f69540088f 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]