openapi-generator
openapi-generator copied to clipboard
13393: Make queryParams known to UriComponents builder
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