[Webkit-unassigned] [Bug 14776] poorly escaped URLS are handled differently, umlaut in path breaks URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 06:53:03 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14776


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |darin at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #4 from ap at webkit.org  2007-07-27 06:53 PDT -------
(In reply to comment #3)
> Oh yeah, one final thing. The unescaped version of my URL crashes MobileSafari
> on the iPhone. Even after restoring and clearing everything.

It also crashes shipping 10.4.10 Safari/WebKit (open
<http://ninja.caboo.se/tasks/981c84d3>, open the left image in new tab, copy
its URL, open a new tab, paste the URL into address bar). The crash is in
Safari itself, not in WebKit. I couldn't find a way to reproduce it with 3.0.2
beta.

As for the original bug - I think we are supposed to convert URLs to
precomposed Unicode (%C3%BC, not u%CC%88), and we now do. In this particular
case, it makes us incompatible with other browsers, but I still think that it's
the right thing to do, because preferring decomposed Unicode is a Mac thing,
and converting an URL to precomposed form makes it more Windows-like.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list