File: drops-url-parameters-on-redirect-13951b4a4c830d0f.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Fixes a condition where URL parameters would be appended to a
    new URL discovered via a redirect. This was resulting in arguments
    being duplicated on requests to the new server being redirected to.
    URL redirects are intended to redirect the requester to the final
    location, and generally include a fully formatted final destination
    URL, which would include URL parameters. URL parameters are now dropped
    when attempting to issue a request once redirected.