ee5315bcf3
- /v1/nodes/test.json will now only mean node with the name "test.json" - /v1/nodes/test.json.json will mean a node with the name "test.json.json" and, - /v1/nodes/test will mean a node with the name "test". So /v1/nodes/test.json will no longer default to "test" and will HTTP 404 unless a node with the name "test" actually exists. This also removes the backward compatibility with the guess_content_type_from_ext feature Closes-Bug: #1748224 Change-Id: If4b3a23e2a09065f5e063e66cff66b96af4d3393
13 lines
389 B
YAML
13 lines
389 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Special treatment of .json is now disabled for nodes with .json
|
|
extension in URL field.
|
|
|
|
See `bug 1748224 <https://bugs.launchpad.net/ironic/+bug/1748224>`_ for more details.
|
|
upgrade:
|
|
- |
|
|
API version 1.91 removes special treatment given to URLs ending in ".json".
|
|
Operators desiring the previous behavior can request API version 1.90 or
|
|
earlier.
|