[Webkit-unassigned] [Bug 88461] Access control allow lists starting with a comma are parsed incorrectly (CORS)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 17:11:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88461





--- Comment #7 from Adam Barth <abarth at webkit.org>  2012-06-07 17:11:56 PST ---
Doesn't ( *LWS element *( *LWS "," *LWS element )) require at least one element to precede the first comma?

first-header: , foo, bar
second-header: foo,, bar

It sounds like first-header is invalid but second-header is valid.  Maybe I'm still not quite understanding.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list