[Webkit-unassigned] [Bug 64870] [chromium] FileAPI doesn't work properly with filenames containing '#'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 10:56:43 PDT 2011


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





--- Comment #12 from Brett Wilson (Google) <brettw at chromium.org>  2011-08-02 10:56:42 PST ---
ReplaceComponents does the appropriate escaping for the type of URL you have. If you have an http URL, it will escape the ? and #. The kind of URL you have (a path URL) doesn't have ? or # components, so it doesn't escape them.

We need to teach googleurl about these FileAPI files for this reason, and for relative URL resolution problems as well. When this is done, it shouldn't be necessary to make any changes to setPath.

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