Closed
Bug 1001643
Opened 12 years ago
Closed 11 years ago
BzAPI should convert userid=1234&cookie=mG4J9OT4B6 to token=1234-mG4J9OT4B6 for XMLRPC/JSONRPC webservice calls
Categories
(Webtools Graveyard :: BzAPI, defect)
Webtools Graveyard
BzAPI
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dkl, Assigned: gerv)
Details
Eventually BMO will stop supporting cookies over webservice calls so BzAPI should be updated to convert cookie params to tokens for XMLRPC calls. This of course is if BMO stops supporting cookies before BzAPI is transitioned over to BMO directly but we should still do this change if it is not too involved.
Thanks
dkl
| Assignee | ||
Comment 1•11 years ago
|
||
dkl: is this still necessary, or do the stars line up so the BzAPI shim on BMO can take over for people having problems with this?
Gerv
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Gervase Markham [:gerv] from comment #1)
> dkl: is this still necessary, or do the stars line up so the BzAPI shim on
> BMO can take over for people having problems with this?
>
> Gerv
The BzAPI extension does in fact take userid=1234&cookie=mG4J9OT4B6 to token=1234-mG4J9OT4B6 and converts it to Bugzilla_token=1234-mG4J9OT4B6 so this does not need to be fixed in the BzAPI proxy code itself. So we can close this.
dkl
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•