Closed
Bug 288144
Opened 20 years ago
Closed 20 years ago
http auth dialog does not show URI
Categories
(Mozilla Localizations :: es-ES / Spanish, defect)
Mozilla Localizations
es-ES / Spanish
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: annevk, Assigned: omgs)
Details
Attachments
(1 file)
|
1019 bytes,
patch
|
axel
:
approval-l10n+
|
Details | Diff | Splinter Review |
Apparently the Spanish login dialog does not show the URI of the site you are logging into: <http://braintags.com/archives/2005/03/firefox_login_security/>
Comment 1•20 years ago
|
||
Sairuh confirmed this with an es-ES linux Firefox 1.0.2 The appropriate translated format string exists in necko.properties and it looks to me like the nsHttpChannel code would not show the dialog at all if the string were missing or if adding the realm and host names failed. The es-ES version of necko.properties is scrambled (compared to the original source) by the translation tool. Hard to read and find things, but shouldn't affect how it works. Clearing security confidential flag: The original report is posted on a public blog. In addition this is more of an anti-phishing mechanism than a security one; 1.0.2 was fixed to make sure the auth prompt appears over the correct tab so the only remaining confusion might be if there were multiple frames on a page.
Group: security
OS: Windows XP → All
Hardware: PC → All
Summary: login dialog does not show URI → http auth dialog does not show URI
Comment 2•20 years ago
|
||
It looks like http://lxr.mozilla.org/l10n-aviarybranch/source/toolkit/locales/es-ES/chrome/necko/necko.properties#3 should have a Introduzca usuario y contrase\u00F1a para %1$S en %2$S instead of Introduzca usuario y contrase\u00F1a para %1 en %2$S Looking at the code in http://lxr.mozilla.org/aviarybranch/source/netwerk/protocol/http/src/nsHttpChannel.cpp#2463 and nsTextFormatter, it looks like that a malformed string is going to turn out empty without returning an error.
| Assignee | ||
Comment 3•20 years ago
|
||
Attachment #179445 -
Flags: approval-l10n?
Attachment #179445 -
Flags: approval-aviary1.0.3?
Comment 4•20 years ago
|
||
Comment on attachment 179445 [details] [diff] [review] Fix to problema Clearing approval-aviary1.0.3. You only need to request approval-l10n for fixes to locale files.
Attachment #179445 -
Flags: approval-aviary1.0.3?
Updated•20 years ago
|
Attachment #179445 -
Flags: approval-l10n? → approval-l10n+
Comment 5•20 years ago
|
||
Patch applied.
| Assignee | ||
Comment 6•20 years ago
|
||
Closing the bug
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•