Update git submodules
* Update keystone from branch 'master'
to 80d5b7bf50448073223723cf1f6001a367695e80
- Merge "Fix pagination next link duplicating URL prefix"
- Fix pagination next link duplicating URL prefix
When Keystone is deployed behind a reverse proxy with a path prefix
(e.g. /identity), flask.url_for() includes the SCRIPT_NAME in the
generated path. Passing this into base_url() caused the prefix to
appear twice in the 'next' pagination link, producing URLs like
http://host/identity/v3/identity/v3/projects?... instead of
http://host/identity/v3/projects?...
Use PATH_INFO (which excludes SCRIPT_NAME per the WSGI spec) instead
of flask.url_for() to build the next link, consistent with how the
'self' link is already constructed.
Closes-Bug: #2134871
Generated-By: claude-opus-4-6 (OpenCode)
Signed-off-by: Boris Bobrov <b.bobrov@sap.com>
Change-Id: Ifeebb5ee5515c9249cff5784c053428d78200c84
This commit is contained in: