You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the method ApiClient#invokeAPI that we currently don't use the encode feature of UriComponentsBuilder or RestTemplate but use ti from method toUri(). At my glance there, the method is just encode the character under ISO control. And it looks like Germany character is not a part of it
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
The query parameter contain Germany character (more specific, the character ß) is not encoded when we send the request
Swagger-codegen version
3.0.20
Command line used for generation
I am using io.swagger.codegen.v3:swagger-codegen-maven-plugin
Related issues/PRs
#8880
#9387
Suggest a fix/enhancement
I checked the method ApiClient#invokeAPI that we currently don't use the encode feature of UriComponentsBuilder or RestTemplate but use ti from method toUri(). At my glance there, the method is just encode the character under ISO control. And it looks like Germany character is not a part of it
The text was updated successfully, but these errors were encountered: