Closed
Bug 491695
Opened 16 years ago
Closed 16 years ago
Escaped data is returned to the user on failure
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: clouserw, Assigned: lorchard)
References
()
Details
Similar to bug 491091, when a user uses a ' (or slash, etc.) in their collection's name or description and submission fails the value is inserted into the form escaped. E.g.:
'
becomes
\'
Assignee | ||
Comment 1•16 years ago
|
||
I think this should actually have been fixed by the patch to bug 491091 - I can't seem to reproduce on preview
Reporter | ||
Comment 2•16 years ago
|
||
hmm, neither can I, but I can on my dev copy. Perhaps it's failing in a different place (my dev copy is failing in an SQL query about addontype_id). I'll look into it more.
Reporter | ||
Comment 3•16 years ago
|
||
I had some weird stuff with my database. After reloading it this is fine. Thanks.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Updated•9 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
•