fix(URI): Decoding URI query parameters ( ::getQueryParameters) incompatible with Spring 5 #2619

This commit is contained in:
Alex Fabijanic
2022-06-21 06:04:46 +02:00
parent 4938185ff0
commit 6dc79c05f9
4 changed files with 40 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ public:
///
/// The given query string must be properly percent-encoded.
QueryParameters getQueryParameters() const;
QueryParameters getQueryParameters(bool plusIsSpace = true) const;
/// Returns the decoded query string parameters as a vector
/// of name-value pairs.