manila/releasenotes/notes/bug-2051691-cors-defaults-15989a221a9cb920.yaml
Joshua Cornutt 5d48410d0a Fixing skipped default override for CORS options
Some of the cores middleware options should have overridden default
values but the override method was not actually called so the library
defaults are still used.

Closes-Bug: #2051691
Change-Id: I8dac03c787bf729c60c2e0ecc9c03b7ba9a5b5a5
2024-01-30 22:18:43 +09:00

10 lines
238 B
YAML

---
fixes:
- |
`bug 2051691 <https://bugs.launchpad.net/manila/+bug/2051691>`_: Fixed
the default values of the following options.
- ``[cors] allowed_headers``
- ``[cors] expose_headers``
- ``[cors] allow_methods``