Closed
Bug 1782257
Opened 3 years ago
Closed 3 years ago
/rest/component endpoint - handle cases where a component name has `/`
Categories
(bugzilla.mozilla.org :: API, defect)
bugzilla.mozilla.org
API
Tracking
()
RESOLVED
FIXED
People
(Reporter: suhaib, Assigned: dkl)
Details
Attachments
(1 file)
When we have a component that has / in its name (e.g., Core::Audio/Video: MediaStreamGraph), the endpoint returns 404 code:
HTTPError: 404 Client Error: Not Found for url: https://bugzilla.mozilla.org/rest/component/Core/Audio/Video:%20MediaStreamGraph
It is the same when encoding / to %2F: https://bugzilla.mozilla.org/rest/component/Core/Audio%2FVideo:%20MediaStreamGraph
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•