[Webkit-unassigned] [Bug 21489] [CURL] WebKit fails to load file:/// URLs with Turkish locale (upstream bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 15:52:33 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at nuanti.com
           Severity|Major                       |Normal
             Status|RESOLVED                    |REOPENED
           Keywords|                            |Gtk
           Priority|P2                          |P3
         Resolution|INVALID                     |
            Summary|[CURL] WebKit fails to load |[CURL] WebKit fails to load
                   |file:/// URLs with Turkish  |file:/// URLs with Turkish
                   |locale                      |locale (upstream bug)




------- Comment #9 from alp at nuanti.com  2008-10-09 15:52 PDT -------
Seems that curl is doing locale-aware testing of the protocol part of the URL,
and 'i' (dotted i) in Turkish is not equivalent to 'i' in other locales.

While this is indeed a serious CURL bug, we can implement a workaround in
WebCore, which is to pass CURL the URL with the protocol part converted to
uppercase (FILE), where it doesn't exhibit the bug.

I'm willing to implement and test this workaround for our Turkish users, but
only after there's evidence that the CURL bug has been reported upstream.

Please let me know when the issue is reported to the CURL developers so I can
do that.

Cheers


-- 
Configure bugmail: https://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