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 8ecb6858fa It is 0x not Ox 8ecb6858fa is described below commit 8ecb6858faf0e854bbe8ed03241c547f98e8a696 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