[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 30 16:47:18 PDT 2011


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





--- Comment #13 from Eric U. <ericu at chromium.org>  2011-08-30 16:47:18 PST ---
(In reply to comment #12)
> 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.

I'm deep into the GURL code working on this right now [and all the chromium code that calls it], but we will still need to add escaping to EntryBase::toURL() in EntryBase.cpp.

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