Closed
Bug 863399
Opened 13 years ago
Closed 13 years ago
Replace JavaScript include from browserid.org to the one from login.persona.org, to save a 302/extra redirect
Categories
(Mozilla QA Graveyard :: MozTrap, defect)
Mozilla QA Graveyard
MozTrap
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: camd)
References
()
Details
Loading https://moztrap.mozilla.org/results/runs/, we do this:
[12:36:43.423] GET https://browserid.org/include.js [HTTP/1.1 302 Moved Temporarily 5225ms]
But what we should be doing, to avoid an extraneous redirect is this:
[12:36:49.748] GET https://login.persona.org/include.js [HTTP/1.1 200 OK 90ms]
So, we should replace the reference to browserid.org/include.js with an include of login.persona.org/include.js
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → cdawson
| Assignee | ||
Comment 1•13 years ago
|
||
A Pivotal Tracker story has been created for this Bug: http://www.pivotaltracker.com/story/show/48358863
| Assignee | ||
Comment 2•13 years ago
|
||
Cameron Dawson changed story state to started in Pivotal Tracker
| Assignee | ||
Comment 3•13 years ago
|
||
Cameron Dawson changed story state to delivered in Pivotal Tracker
| Assignee | ||
Comment 4•13 years ago
|
||
Cameron Dawson changed story state to accepted in Pivotal Tracker
| Assignee | ||
Comment 5•13 years ago
|
||
Cameron Dawson changed story state to accepted in Pivotal Tracker
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•13 years ago
|
||
Verified FIXED:
Directly doing this, now:
[14:55:42.612] GET https://login.persona.org/include.js [HTTP/1.1 200 OK 332ms]
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•