-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugUnexpected or incorrect behaviorUnexpected or incorrect behaviorfeedback providedFeedback has been provided to the authorFeedback has been provided to the author
Description
With version 10.2.3 the URL encoding logic changed (see #882).
It seems that in some cases, the query parameters are not encoded correctly. Some special characters like, e.g. equal sign (=) or quotes ('), are not encoded.
Here an example:
given query parameter: "select * from foo where bar = '123'"
expected encoded query parameter: "select%20%2A%20from%20foo%20where%20bar%20%3D%20%27123%27"
actual encoded query parameter: "select%20*%20from%20foo%20where%20bar%20=%20'123'"
Metadata
Metadata
Assignees
Labels
bugUnexpected or incorrect behaviorUnexpected or incorrect behaviorfeedback providedFeedback has been provided to the authorFeedback has been provided to the author