https://issues.apache.org/bugzilla/show_bug.cgi?id=54707

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Why isn't the fix just:

Index: java/org/apache/tomcat/util/http/parser/HttpParser.java
===================================================================
--- java/org/apache/tomcat/util/http/parser/HttpParser.java    (revision
1456972)
+++ java/org/apache/tomcat/util/http/parser/HttpParser.java    (working copy)
@@ -68,7 +68,7 @@
         fieldTypes.put("cnonce", FIELD_TYPE_QUOTED_STRING);
         fieldTypes.put("opaque", FIELD_TYPE_QUOTED_STRING);
         fieldTypes.put("qop", FIELD_TYPE_QUOTED_TOKEN);
-        fieldTypes.put("nc", FIELD_TYPE_LHEX);
+        fieldTypes.put("nc", FIELD_TYPE_QUOTED_LHEX);

         // Setup the flag arrays
         for (int i = 0; i < 128; i++) {

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to