[RFE] Stop special handling of mime extensions in the API
Bug #1748224 reported by
Dmitry Tantsur
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Confirmed
|
Wishlist
|
Nisha Yadav |
Bug Description
Previously we treated things like /v1/nodes/test.1 as node with name "test" returned as man page. This obvious misbehavior was fixed in https:/
This RFE suggests introducing an API version where any special treatment of .json is disabled in the API. So, in this version /v1/nodes/test.json will only mean node with name "test.json", and /v1/nodes.json will be HTTP 404.
Changed in ironic: | |
assignee: | nobody → Nisha Yadav (ynisha11) |
To post a comment you must log in.
Thanks for reporting this Dmitry. I'm good with approving it.