[Webkit-unassigned] [Bug 56328] LayoutTests/fast/filesystem/resolve-uri.html fails in Chromium, passes in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 15:49:14 PDT 2011


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





--- Comment #7 from Adam Barth <abarth at webkit.org>  2011-03-14 15:49:14 PST ---
> The issue is that when we call SecurityOrigin::canRequest() in requestLocalFileSystemURI, URIs with trailing slashes are rejected.  This is due to SecurityOrigin::isLocal() being true for filesystem: URIs, 

^^^  That's the bug.  SecurityOrigin::isLocal() should not be true for filesystem: URIs.

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