Fix incorrect URL encoding in RabbitMQ vhosts containing %2f#6964
Merged
JorTurFer merged 1 commit intokedacore:mainfrom Aug 17, 2025
Merged
Fix incorrect URL encoding in RabbitMQ vhosts containing %2f#6964JorTurFer merged 1 commit intokedacore:mainfrom
JorTurFer merged 1 commit intokedacore:mainfrom
Conversation
|
Thank you for your contribution! 🙏 Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected. While you are waiting, make sure to:
Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient. Learn more about our contribution guide. |
cf3ba29 to
ed06914
Compare
Contributor
Author
|
This is a log of the new tests WITHOUT my fix: |
Signed-off-by: Edwin Smulders <edwin.smulders@kadaster.nl>
ed06914 to
0056216
Compare
Member
|
/run-e2e rabbitmq |
JorTurFer
approved these changes
Aug 17, 2025
jmickey
pushed a commit
to jmickey/keda
that referenced
this pull request
Aug 22, 2025
…e#6964) Signed-off-by: Edwin Smulders <edwin.smulders@kadaster.nl>
dpochopsky
pushed a commit
to dpochopsky/keda
that referenced
this pull request
Sep 12, 2025
…e#6964) Signed-off-by: Edwin Smulders <edwin.smulders@kadaster.nl> Signed-off-by: David Pochopsky <david.pochopsky@united.com>
alt-dima
pushed a commit
to alt-dima/keda
that referenced
this pull request
Dec 13, 2025
…e#6964) Signed-off-by: Edwin Smulders <edwin.smulders@kadaster.nl> Signed-off-by: Dmitriy Altuhov <altuhovd@gmail.com>
tangobango5
pushed a commit
to tangobango5/keda
that referenced
this pull request
Dec 22, 2025
…e#6964) Signed-off-by: Edwin Smulders <edwin.smulders@kadaster.nl>
tangobango5
pushed a commit
to tangobango5/keda
that referenced
this pull request
Feb 13, 2026
…e#6964) Signed-off-by: Edwin Smulders <edwin.smulders@kadaster.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the incorrect URL encoding in RabbitMQ vhosts by passing the
RawPathtogetVhostAndPathFromURL(which is sometimes empty, e.g. when there would be no difference withPath).I've added testcases for vhosts containing
%2F.I've removed the check for
//ingetVhostAndPathFromURLbecause it is no longer necessary.Checklist
Fixes #6963