[Webkit-unassigned] [Bug 21489] webkit failed to load images in HTML pages with turquish locale
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 8 17:52:32 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21489
------- Comment #7 from mrowe at apple.com 2008-10-08 17:52 PDT -------
I think this may be a curl bug. With the Turkish locale set I see a console
message from curl saying "Unsupported protocol". With the default locale (US
English) I do not see this message, and the image loads as expected.
This theory has further weight behind it because the following command fails in
a Turkish locale, but succeeds in US:
[Turkish locale]
mrowe at mrowe-desktop:~$ curl file:///test
curl: (1) Protocol file not supported or disabled in libcurl
[US locale]
mrowe at mrowe-desktop:~$ curl file:///test
curl: (37) Couldn't open file /test
Given this, I don't believe that this is a WebKit issue.
--
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