-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Keycloak API client to quote '/' properly #7641
Fix Keycloak API client to quote '/' properly #7641
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
changelogs/fragments/7641-fix-keycloak-api-client-to-quote-properly.yml
Outdated
Show resolved
Hide resolved
…perly.yml Co-authored-by: Felix Fontein <felix@fontein.de>
recheck |
If nobody objects, I'll merge this on the upcoming weekend! |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #7664 🤖 @patchback |
* fix Keycloak API client to quote '/' properly * add changelog * Update changelogs/fragments/7641-fix-keycloak-api-client-to-quote-properly.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 58cce27)
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7665 🤖 @patchback |
@kota65535 thanks for your contribution! |
* fix Keycloak API client to quote '/' properly * add changelog * Update changelogs/fragments/7641-fix-keycloak-api-client-to-quote-properly.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 58cce27)
…te '/' properly (#7664) Fix Keycloak API client to quote '/' properly (#7641) * fix Keycloak API client to quote '/' properly * add changelog * Update changelogs/fragments/7641-fix-keycloak-api-client-to-quote-properly.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 58cce27) Co-authored-by: Tomohiko Ozawa <kota65535@gmail.com>
…te '/' properly (#7665) Fix Keycloak API client to quote '/' properly (#7641) * fix Keycloak API client to quote '/' properly * add changelog * Update changelogs/fragments/7641-fix-keycloak-api-client-to-quote-properly.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 58cce27) Co-authored-by: Tomohiko Ozawa <kota65535@gmail.com>
SUMMARY
fix: #6515
Currently, Keycloak API client uses urllib.parse.quote when building URLs with path parameters, but it does not handle '/' (slash) by default. This PR makes it handle properly.
ISSUE TYPE
COMPONENT NAME
keycloak_*