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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 05:15:02 PDT 2011


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





--- Comment #14 from Sergey Ryazanov <serya at chromium.org>  2011-08-31 05:15:02 PST ---
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.

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