File: bug-1818081-fix-inferred-script-name-in-case-of-proxy-urls-e33466af856708b4.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (7 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
fixes:
  - |
    When manila API is run behind a proxy webserver, the API service was
    parsing the major API version requested incorrectly, leading to incorrect
    responses. This behavior has now been fixed. See `launchpad bug 1818081
    <https://bugs.launchpad.net/manila/+bug/1818081>`_ for more details.