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)

defect
Not set
normal

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
Assignee: nobody → cdawson
A Pivotal Tracker story has been created for this Bug: http://www.pivotaltracker.com/story/show/48358863
Cameron Dawson changed story state to started in Pivotal Tracker
Cameron Dawson changed story state to delivered in Pivotal Tracker
Cameron Dawson changed story state to accepted in Pivotal Tracker
Cameron Dawson changed story state to accepted in Pivotal Tracker
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.