[Webkit-unassigned] [Bug 81270] FileApi does not handle files with NFD encoded umlaut in file name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 16:07:34 PDT 2012


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





--- Comment #11 from Alexey Proskuryakov <ap at webkit.org>  2012-03-20 16:07:34 PST ---
> I don't think it makes sense to normalize filesystem URLs differently than other kinds of URLs.  That's just asking for pain later.

Right.

It's up to file system to be Unicode conformant, and treat all Unicode forms as equivalent. The presence of percent encoding obviously complicates things, but the situation is pretty much the same it is for Web servers, so FileSystem should try to match Apache behavior. I think that means to decode percent escapes, and then normalize the path.

> Those are generally split so that the javascript can be shared between the document and worker tests

Oh, that's also a valid reason. Tests that are not shared with workers should not be split though.

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