adc16921b4
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. Change-Id: I32613e1ebb4a2eaba33c5884ddbd3ec7cf77d6fd Story: 2005370 Task: 30346
8 lines
247 B
YAML
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.
|