We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApiClient throws an exception when building request with header value that contains non-ascii characters. In our case this is uploaded file name.
7.10.0
Any spec with header parameters
Generator: kotlin Library: jvm-okhttp4 (default)
Try to fill header value with non-ascii string.
Similar issue for java client: #9053
Okhttp Headers.Builder has a addUnsafeNonAscii method. We should add an option to use this method for specific clients.
Headers.Builder
addUnsafeNonAscii
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report Checklist
Description
ApiClient throws an exception when building request with header value that contains non-ascii characters. In our case this is uploaded file name.
openapi-generator version
7.10.0
OpenAPI declaration file content or url
Any spec with header parameters
Generation Details
Generator: kotlin
Library: jvm-okhttp4 (default)
Steps to reproduce
Try to fill header value with non-ascii string.
Related issues/PRs
Similar issue for java client: #9053
Suggest a fix
Okhttp
Headers.Builder
has aaddUnsafeNonAscii
method. We should add an option to use this method for specific clients.The text was updated successfully, but these errors were encountered: