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 c4c64d0b50 It is 0x not Ox
c4c64d0b50 is described below
commit c4c64d0b5078332bedada59ec578e1f8280cfc1f
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]