Skip to content

Encoding issue for query parameter #1133

@ehildebrandt

Description

@ehildebrandt

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 behaviorfeedback providedFeedback has been provided to the author

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions