[Webkit-unassigned] [Bug 88139] The value in Access-Control-Allow-Origin is not being matched correctly for CORS-enabled requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 15:12:55 PDT 2012


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





--- Comment #9 from Pablo Flouret <pablof at motorola.com>  2012-06-04 15:12:54 PST ---
(In reply to comment #8)
> (From update of attachment 145633 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=145633&action=review
> 
> > Source/WebCore/loader/CrossOriginAccessControl.cpp:152
> > +    if (accessControlOriginString != securityOrigin->toString()) {
> 
> should we check for !securityOrigin->isUnique() or would that be overkill?

That check is already a few lines above the change.

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