https://issues.apache.org/bugzilla/show_bug.cgi?id=54707
--- Comment #4 from bruce weertman <br...@iris.washington.edu> --- This doesn't really cause a problem since there's a fall through that catches the mistake... But at line 66 you'll see: fieldTypes.put("digest-uri", FIELD_TYPE_QUOTED_STRING); I believe that's a typo. Should read: fieldTypes.put("uri", FIELD_TYPE_QUOTED_STRING); See: http://tools.ietf.org/html/rfc2617 3.2.2 The Authorization Request Header digest-uri = "uri" "=" digest-uri-value digest-uri-value = request-uri ; As specified by HTTP/1.1 The RFC's are hard to read! -- 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