File: cache-trailing-slash-3663c86cd9754379.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 (8 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixed an issue where https://example.com and https://example.com/ were
    being treated as different urls in the discovery cache resulting in a
    second unneeded discovery call when someone sets an ``endpoint_override``
    that didn't match the trailing-slash form given by that service's
    discovery document.