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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 09:05:14 PST 2011


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





--- Comment #16 from Eric U. <ericu at chromium.org>  2011-11-11 09:05:13 PST ---
(In reply to comment #14)
> Well, WebKit's KURL does escaping but it's not necessary required. Escaping needed because of the way such an URL is parsed to extract a file path. In Chromium everything after '#' goes into the hash part (not into the 'path'). But as far as I understand the filesystem URL scheme is not supposed to have that part.

Actually, filesystem URLs are supposed to have # and ? parts--they just don't because I haven't finished the work on GURL yet.

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