[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
Fri Jun 8 13:50:55 PDT 2012


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





--- Comment #8 from Pablo Flouret <pablof at motorola.com>  2012-06-08 13:50:54 PST ---
(In reply to comment #7)
> 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.

Yeah, i'd say the first one is invalid per the definition. It works in Firefox and Opera, though.
The second one doesn't work with the current code either.

Would you prefer the first case to remain invalid?

-- 
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