Closed
Bug 589995
Opened 15 years ago
Closed 15 years ago
Account Manager should extract acct-mgr Link header despite multiple Link headers
Categories
(Firefox Graveyard :: Account Manager, defect)
Firefox Graveyard
Account Manager
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lloyd, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b3) Gecko/20100805 Firefox/4.0b3
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b3) Gecko/20100805 Firefox/4.0b5
Nothing appears to specifically prevent multiple link headers from being returned from an HTTP request, and at present the Account Manager parsing code will not properly extract an authentication realm from an acct-mgr Link header when a request has multiple Link headers present. For example, realm should be properly extracted when the following headers are present:
HTTP/1.1 200 OK
Date: Tue, 24 Aug 2010 00:22:18 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Link: <compact.css>; rel="stylesheet"; title="compact"
Link: <bigprint.css>; rel="alternate stylesheet"; title="big print"
Link: <http://site.com/meta/amcd.json>; rel="acct-mgmt"
Reproducible: Always
Comment 1•15 years ago
|
||
Not blocking on this, but would like to see a fix before 4.0 if possible.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•15 years ago
|
||
We're changing direction and putting the previous Account Manager protocol on hold for a while. Closing these bugs to reflect reality.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•13 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•