This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 31b5c8e1ba It is 0x not Ox
31b5c8e1ba is described below

commit 31b5c8e1bafe4798758d7ae1f02713f3333fda30
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

Reply via email to