Closed
Bug 892230
Opened 12 years ago
Closed 12 years ago
Trying to submit a packaged app with an origin specified in the manifest that is not privileged fails to report a validation error
Categories
(Marketplace Graveyard :: Validation, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-08-13
People
(Reporter: jsmith, Assigned: basta)
Details
Attachments
(1 file)
|
16.67 KB,
application/zip
|
Details |
STR
1. Go to https://marketplace-dev.allizom.org/developers/submit/
2. Submit the attached app as a packaged app
Expected
We should get a validation error - web-based packaged apps are not allowed to have the origin property.
Actual
Validation passes. When you try to continue in the submission process, you get redirected back to https://marketplace-dev.allizom.org/developers/submit/. Strange.
Comment 1•12 years ago
|
||
If there's an `origin` and `type` is `web`, we should throw a validation error.
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Christopher Van Wiemeersch [:cvan] from comment #1)
> If there's an `origin` and `type` is `web`, we should throw a validation
> error.
Should also note that we should also throw a validation error if the origin is specified and no type is provided.
Updated•12 years ago
|
Assignee: nobody → mattbasta
Updated•12 years ago
|
Priority: -- → P3
Comment 3•12 years ago
|
||
Basta says he's blocked on docs before adding this to the validator. Are there docs?
| Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Christopher Van Wiemeersch [:cvan] from comment #3)
> Basta says he's blocked on docs before adding this to the validator. Are
> there docs?
Not yet. bug 878094 is still open. Let me ping Mark for an update.
| Assignee | ||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → 2013-08-13
Comment 6•12 years ago
|
||
Verified as fixed in https://marketplace-dev.allizom.org/developers/submit/ on FF26 (Win 7).
Postfix screencast http://screencast.com/t/lfNMC9rSEfZ9
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•