We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea492a commit 31b5c8eCopy full SHA for 31b5c8e
java/org/apache/tomcat/util/http/HeaderUtil.java
@@ -20,7 +20,7 @@ public class HeaderUtil {
20
21
/**
22
* Converts an HTTP header line in byte form to a printable String. Bytes corresponding to visible ASCII characters
23
- * 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
24
* form.
25
*
26
* @param bytes Contains an HTTP header line
0 commit comments