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 #10349 ContentType set twice #10358

Merged
merged 1 commit into from
Aug 23, 2023
Merged

Conversation

gregw
Copy link
Contributor

@gregw gregw commented Aug 23, 2023

Fix #10349 which was caused by a put of ContentType being intercepted as a remove followed by an add. The remove was incorrectly forgetting the charset without reference to the source of the charset.

Fix #10349 which was caused by a put of ContentType being intercepted as a remove followed by an add.  The remove was incorrectly forgetting the charset without reference to the source of the charset.
@gregw gregw linked an issue Aug 23, 2023 that may be closed by this pull request
@gregw gregw requested a review from lorban August 23, 2023 08:41
@gregw gregw merged commit 8f5590c into jetty-12.0.x Aug 23, 2023
@gregw gregw deleted the fix/10349/contentTypeSetTwice branch August 23, 2023 12:32
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.

Character encoding is reset when setting Content-Type
3 participants