Closed
Bug 978488
Opened 12 years ago
Closed 11 years ago
Globalratings server doesn't seem to handle quotes in developer name
Categories
(Marketplace Graveyard :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mte90net, Unassigned)
Details
Attachments
(1 file)
|
119.34 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0a2 (Beta/Release)
Build ID: 20140214004003
Steps to reproduce:
Go to the marketplace
Add the manifest
I do all the steps to certification
Click on the button for generate the certificate
Error in the globalratings page
Actual results:
The page https://www.globalratings.com/IARCProdRating/Submission.aspx is as the screenshot attached.
I've see that if the developer name in the manifest have ' or " the page on global ratings crash.
In this case the developer name was Daniele 'Mte90' Scasciafratte.
Expected results:
Correct page on globalratings
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(robhudson.mozbugs)
Flags: needinfo?(kngo)
Priority: -- → P3
Summary: Globalratings server error on generate certificate → Globalratings server doesn't seem to handle quotes in developer name
Comment 1•12 years ago
|
||
Christine, could you look into this? I thought we solved this already by sending double encoded HTML.
Flags: needinfo?(robhudson.mozbugs)
Comment 2•12 years ago
|
||
Rob, I'm on this. I'll try to give you some information about what's going on here as soon as I have it.
Comment 3•12 years ago
|
||
We dealt with this issue when we encountered data containing < and > in bug 962362 (https://bugzilla.mozilla.org/show_bug.cgi?id=962362). You guys are now double encoding so that we receive a < and >. The issue here as that the encoding of the ' character is ' and the combination "&#" is seen as a potential threat by asp.net's form validation. One possible solution is for it to be passed as ' (using the HTML entity, rather than the ASCII encoding). I am looking into ways for us to handle it from our end.
| Reporter | ||
Comment 4•12 years ago
|
||
Any news about this?
Comment 5•12 years ago
|
||
We did put in a temporary fix for this. It actually stores the ' character as ' and subsequently occasionally prints it to screen with that encoding, but does not prevent the developer from making their submission. We are still exploring avenues for completely solving this problem.
Comment 6•11 years ago
|
||
Based on the last comment, sounds like its fixed from our point of view.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(kngo)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•