Bug 118030
Summary: | Make Sec-WebSocket-Extensions parsing more strict | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aestes, ap, beidson |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/204fed49d403a3623e92061b46ce2951d0d1cdf7
RFC6455 states that unescaped quoted-string in Sec-WebSocket-Extensions
MUST conform to the 'token' ABNF in RFC2616.
We fix the parser and add unit tests.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |