]
Stuart Douglas resolved WFLY-3969.
----------------------------------
Fix Version/s: 8.2.0.CR1
9.0.0.Beta1
Resolution: Done
HeaderTokenParser doesn't parse correctly values which includes a
quote
-----------------------------------------------------------------------
Key: WFLY-3969
URL:
https://issues.jboss.org/browse/WFLY-3969
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Josef Cacek
Assignee: Stuart Douglas
Priority: Critical
Fix For: 8.2.0.CR1, 9.0.0.Beta1
The header parser doesn't work correctly if a parsed value contains quote character
("). The problem is, the parser is in phase of searching a LAST_QUOTE and it
doesn't check if the found quote character is escaped or not.