Skip to content
New issue

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

Fix body part header encoding #3969

Merged

Conversation

romain-grecourt
Copy link
Contributor

Update MimeParser to decode body part headers with UTF-8 instead of ISO_8859_1
Update ContentDisposition.parse to remove ASCII restriction for quoted tokens.

Fixes #3963

…SO_8859_1

Update ContentDisposition.parse to remove ASCII restriction for quoted tokens.
@romain-grecourt romain-grecourt merged commit fa9183b into helidon-io:master Mar 16, 2022
romain-grecourt added a commit to romain-grecourt/helidon that referenced this pull request Mar 16, 2022
…SO_8859_1 (helidon-io#3969)

Update ContentDisposition.parse to remove ASCII restriction for quoted tokens.
romain-grecourt added a commit that referenced this pull request Mar 17, 2022
…SO_8859_1 (#3969) (#3972)

Update ContentDisposition.parse to remove ASCII restriction for quoted tokens.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hang when ReadableBodyPart.filename() contains UTF-8 characters
2 participants