-
Notifications
You must be signed in to change notification settings - Fork 678
Closed
Labels
area/admin-apikind/bugSomething isn't workingSomething isn't workingsev/mediumBugs that do not meet criteria for high or critical, but are more severe than low.Bugs that do not meet criteria for high or critical, but are more severe than low.
Description
Version & Environment
Redpanda version: (use rpk version
): all versions
What went wrong?
The +
symbol is being improperly decoded to become a space character when it's found in a path parameter when path parameters are decoded using seastar's url decode method.
What should have happened instead?
Replacing a +
with a space is valid for query parameters, but not path parameters. A +
in the path should be left as is.
Need to create a path_decode method to be called specifically for path parameters.
Additional information
Related to #16124
Metadata
Metadata
Assignees
Labels
area/admin-apikind/bugSomething isn't workingSomething isn't workingsev/mediumBugs that do not meet criteria for high or critical, but are more severe than low.Bugs that do not meet criteria for high or critical, but are more severe than low.