Closed
Bug 844343
Opened 12 years ago
Closed 12 years ago
Digest authentication message does not support utf8
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ilhan, Unassigned)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130215130331
Steps to reproduce:
I have opened a digest authentication login page.
Actual results:
The message says 'The site says: "GiriÅ"'
Expected results:
The message would have said 'The site says: "Giriş"'
Reporter | ||
Comment 1•12 years ago
|
||
This problem also exists with Bulgarian letters.
Reporter | ||
Updated•12 years ago
|
URL: http://admin.odtu.lu
Comment 2•12 years ago
|
||
Characters outside of the ASCII range in a http header is not allowed: http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•12 years ago
|
URL: http://admin.odtu.lu
Comment 3•12 years ago
|
||
Also modify the test so it catches this mistake.
Gregor, I think this should fix the problem you were seeing on your device. Would you mind checking?
Comment 4•12 years ago
|
||
Comment on attachment 742496 [details] [diff] [review]
Follow-up: Fix typo in BrowserElementChildPreload that was breaking bg --> fg transitions in childVisibilityChanged.
Sorry, wrong bug!
Attachment #742496 -
Attachment is obsolete: true
Comment 5•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•