Closed
Bug 411457
Opened 18 years ago
Closed 18 years ago
Author name with " is HTML escaped twice
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: masa141421356, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier:
See author's name of https://addons.mozilla.org/thunderbird/user/63
It contains two ". But he uses " instead of " as his name in website.
It seems to be duplicate HTML escape.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•18 years ago
|
||
(no offense that I dupe this against a younger bug, but that one has slightly more detail)
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•18 years ago
|
||
Bug 411608 seems to issue aboult escape of single quotetion(').
It seems to be bug around constructing SQL.
This issue is duplicate HTML escape.
It seems to be different bug.
Comment 3•18 years ago
|
||
Actually, you are right. While both issues are about correctly displaying quote characters in names, they happen in different places. Apologies. Reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
| Reporter | ||
Updated•18 years ago
|
Summary: Author name with " causes duplicate escape → Author name with " causes duplicate HTML escape
Comment 4•18 years ago
|
||
This has been fixed in the meantime. Bug 411608 persists.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•18 years ago
|
||
Not fixed.
Backslash is not needed.
Actual result: Mauro \"bartokk\" Bartoccelli
Expected Result:Mauro "bartokk" Bartoccelli
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
| Reporter | ||
Updated•18 years ago
|
Summary: Author name with " causes duplicate HTML escape → Author name with " is not correctly HTML escaped
Comment 6•18 years ago
|
||
Masahiro: No, that's bug 411608 (see comment 4). This bug here is about HTML entities.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Summary: Author name with " is not correctly HTML escaped → Author name with " is HTML escaped twice
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•