Closed
Bug 931671
Opened 12 years ago
Closed 12 years ago
same domain, cornerstone
Categories
(Marketplace Graveyard :: API, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yjg, Unassigned)
References
()
Details
Attachments
(1 file)
16.45 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
We are operating a service called 'cornerstone'.
Users of this service can create and deploy web app.
We had to register this web app at the firefox marketplace through firefox marketplace API.
But we checked, firefox marketplace in the same domain can not be registered for different web app.
Actual results:
We received the following message.
=> An app already exists on this domain; only one app per domain is allowed.
Expected results:
Our Users want to register web app at the firefox marketplace through firefox marketplace API in the same domain.
Please help us.
Sorry, we come awkward English.
Best regards.
Severity: normal → major
Priority: -- → P5
Whiteboard: same domain user and same domain app
Comment 1•12 years ago
|
||
Is this a packaged web app or are you hosting the manifest file yourself? Please link to it if so, or attach the package here if not.
Group: client-services-security
Severity: major → normal
Priority: P5 → --
Whiteboard: same domain user and same domain app
(In reply to Wil Clouser [:clouserw] from comment #1)
> Is this a packaged web app or are you hosting the manifest file yourself?
> Please link to it if so, or attach the package here if not.
We are hosting the manifest file ourself.
Are we unable to register different web apps in the same domain?
Comment 3•12 years ago
|
||
(In reply to yjg from comment #2)
> (In reply to Wil Clouser [:clouserw] from comment #1)
> > Is this a packaged web app or are you hosting the manifest file yourself?
> > Please link to it if so, or attach the package here if not.
>
> We are hosting the manifest file ourself.
> Are we unable to register different web apps in the same domain?
*Please link to it*
(In reply to Andrew Williamson [:eviljeff] from comment #3)
> (In reply to yjg from comment #2)
> > (In reply to Wil Clouser [:clouserw] from comment #1)
> > > Is this a packaged web app or are you hosting the manifest file yourself?
> > > Please link to it if so, or attach the package here if not.
> >
> > We are hosting the manifest file ourself.
> > Are we unable to register different web apps in the same domain?
>
> *Please link to it*
links are...
http://deploy.3wish.kr/marketdeploy/hyunho_marketplace/manifest.webapp
http://deploy.3wish.kr/marketdeploy/hyunwoo_marketplace/manifest.webapp
Comment 5•12 years ago
|
||
you appear to have submitted that url a number of times and deleted them.
Anyway, you can only have one manifest url per domain. So you can not have both
http://deploy.3wish.kr/marketdeploy/hyunho_marketplace/manifest.webapp and
http://deploy.3wish.kr/marketdeploy/hyunwoo_marketplace/manifest.webapp
you must instead use subdomains if you want more than one hosted app. E.g.
http://hyunho.deploy.3wish.kr/marketdeploy/marketplace/manifest.webapp and
http://hyunwoo.deploy.3wish.kr/marketdeploy/marketplace/manifest.webapp
or similar.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
(In reply to Andrew Williamson [:eviljeff] from comment #5)
> you appear to have submitted that url a number of times and deleted them.
>
> Anyway, you can only have one manifest url per domain. So you can not have
> both
> http://deploy.3wish.kr/marketdeploy/hyunho_marketplace/manifest.webapp and
> http://deploy.3wish.kr/marketdeploy/hyunwoo_marketplace/manifest.webapp
>
> you must instead use subdomains if you want more than one hosted app. E.g.
> http://hyunho.deploy.3wish.kr/marketdeploy/marketplace/manifest.webapp and
> http://hyunwoo.deploy.3wish.kr/marketdeploy/marketplace/manifest.webapp
> or similar.
I learned that we were to use subdomains.
Thank you for your help.
You need to log in
before you can comment on or make changes to this bug.
Description
•