Closed Bug 848235 Opened 11 years ago Closed 11 years ago

comments GET fails after the bmo upgrade/move

Categories

(Webtools Graveyard :: BzAPI, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 848236

People

(Reporter: KWierso, Assigned: gerv)

Details

If I try loading https://api-dev.bugzilla.mozilla.org/latest/bug/722597 in my browser, it loads just fine and returns the default set of properties for bug 722597.


But if I load https://api-dev.bugzilla.mozilla.org/latest/bug/722597/comment <https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Methods&oldid=436589#List_comments_for_bug_.28.2Fbug.2F.3Cid.3E.2Fcomment_GET.29> it fails to load the bug's comment objects, and the network request in the web console says HTTP/1.1 400 Bad Request, and the page displays:
--- 
code: ~
error: 1
message: "Unknown error: 302 Found"


If I use https://api-dev.bugzilla.mozilla.org/latest/bug/722597?include_fields=comments it loads all of the comments successfully.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.