openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

13393: Make queryParams known to UriComponents builder

Open Willem1987 opened this issue 3 years ago • 0 comments

To fix #13393. By passing along the queryparams to the UriComponents builder it should encode them where needed. I would think the manual building of the query string should not be needed.

Also when passing a callbackurl with http:// in the queryparam somehow the builder strips a / of http://. Using the builder for queryParams does not seem to cause this behaviour

Willem1987 avatar Sep 21 '22 12:09 Willem1987