sushy-tools/releasenotes/notes/fix-redirect-code-a0aa43251...

8 lines
247 B
YAML

---
fixes:
- |
Changed HTTP redirect code from 302 to 307 to ensure the
original HTTP method is left intact. Otherwise some clients
may change PUT/POST to GET on redirect and effectively fail
to perform the change they intended.