[Webkit-unassigned] [Bug 75089] Access-Control-Request-Headers values should be lowercase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 20:09:41 PST 2012


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





--- Comment #8 from Joe Thomas <joethomas at motorola.com>  2012-01-17 20:09:40 PST ---
(In reply to comment #6)
> (From update of attachment 122853 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=122853&action=review
> 
> > LayoutTests/http/tests/xmlhttprequest/resources/access-control-preflight-request-header-lowercase.php:14
> > +    if (strcasecmp($_SERVER["HTTP_X_CUSTOM_HEADER"], "fooBAR") == 0)
> 
> I'm not sure what the point of this case insensitive comparison is.

No specific reason. I changed this to if (isset($_SERVER["HTTP_X_CUSTOM_HEADER"]))

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