[Webkit-unassigned] [Bug 91817] Shouldn't normalise file names on submission

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 09:40:50 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |Page Loading
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2012-07-20 09:40:54 PST ---
I think that what we're doing is right. If we didn't normalize file names, we'd send decomposed form to servers from Mac, while every Windows browser always sends precomposed form.

It is very likely that sites would have trouble with that (either break on any decomposed Unicode because they were only tested with Windows clients, or get confused when a file is touched by multiple platforms). Indeed, imagine a file that's uploaded from Windows, then edited on Mac and uploaded again. Chances are that the server would show two copies if the name were in a different form when re-uploaded.

This is a much more practical situation than the one presented in bug description.

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