This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new e4958babe5 It is 0x not Ox e4958babe5 is described below commit e4958babe5510efece86e6c7ecd1dfa4b1faa9e5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 15 17:58:01 2025 +0100 It is 0x not Ox --- java/org/apache/tomcat/util/http/HeaderUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/http/HeaderUtil.java b/java/org/apache/tomcat/util/http/HeaderUtil.java index 6b14bd6d8e..34d52cc261 100644 --- a/java/org/apache/tomcat/util/http/HeaderUtil.java +++ b/java/org/apache/tomcat/util/http/HeaderUtil.java @@ -20,7 +20,7 @@ public class HeaderUtil { /** * Converts an HTTP header line in byte form to a printable String. Bytes corresponding to visible ASCII characters - * will be converted to those characters. All other bytes (0x00 to 0x1F, 0x7F to OxFF) will be represented in 0xNN + * will be converted to those characters. All other bytes (0x00 to 0x1F, 0x7F to 0xFF) will be represented in 0xNN * form. * * @param bytes Contains an HTTP header line --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org