Author: markt
Date: Mon Sep 18 13:27:03 2017
New Revision: 1808701
URL: http://svn.apache.org/viewvc?rev=1808701&view=rev
Log:
Fix comment
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java?rev=1808701&r1=1808700&r2=1808701&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Mon Sep
18 13:27:03 2017
@@ -790,7 +790,7 @@ public class Http11InputBuffer implement
headerData.lastSignificantChar = pos;
break;
} else if (!HttpParser.isToken(chr)) {
- // If a non-token characters are illegal in header names
+ // Non-token characters are illegal in header names
// Parsing continues so the error can be reported in context
headerData.lastSignificantChar = pos;
byteBuffer.position(byteBuffer.position() - 1);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]