https://issues.apache.org/bugzilla/show_bug.cgi?id=54707
--- Comment #1 from bruce weertman <br...@iris.washington.edu> --- Created attachment 30055 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30055&action=edit Possible change to HttpParser.readLhex and HttpParser.readQuotedLhex To fix the problem, readLhex() must be changed. The existing readQuotedLhex() calls readLhex(), therefore it must also be changed. This fix places the old readLhex() code inside of readQuotedLhex() so that it does not call readLhex(). The new readLhex() can tolerate an optional starting quote. If there's a starting quote, but no ending quote, readLhex() returns null. Easy as Pi. -- 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