proxying to loggerhead won't work for private branches
Bug #806713 reported by
Martin Pool
This bug report is a duplicate of:
Bug #904070: broken inline incremental ajax diff on private branches.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
https:/
This probably isn't going to work for private branches, because (iiuc) loggerhead uses a separate authentication cookie, so the client is going to send the cookie relevant to say code.l.n and loggerhead won't know what to do with it.
One solution would be to teach loggerhead to validate the cookie by calling across to lp.
tags: | removed: private |
To post a comment you must log in.
I can confirm that with that code active on qas, you do indeed get a reasonably clean (but cryptic) little 'Error' when you try to expand a revision from a private branch. I think this is acceptable for a beta.
flacoste thought perhaps loggerhead used the same session cookies, but this seems to show that it does not.