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

[Enhancement] Trim whitespace in encoder values for Content-Encoding #546

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

paulsen-it
Copy link

Added trim() method to clean up input encoder values before processing in ContentTransferEncoding.java. Updated test cases in ContentTransferEncodingTest.java to cover the new behavior.

Added `trim()` method to clean up input encoder values before processing in `ContentTransferEncoding.java`. Updated test cases in `ContentTransferEncodingTest.java` to cover the new behavior.
@bbottema bbottema merged commit 49b6359 into bbottema:master Sep 16, 2024
1 check passed
@bbottema bbottema added this to the 8.11.4 milestone Sep 16, 2024
@paulsen-it
Copy link
Author

Thank you very much

@bbottema
Copy link
Owner

bbottema commented Sep 26, 2024

Release note: this change makes it so that "7bit " is recognized treated the same as "7bit" for content encoding, rather than throwing an exception.

@bbottema bbottema changed the title Trim whitespace in encoder values Trim whitespace in encoder values for Content-Encoding Sep 26, 2024
@bbottema bbottema changed the title Trim whitespace in encoder values for Content-Encoding [Enhancement] Trim whitespace in encoder values for Content-Encoding Sep 26, 2024
@bbottema bbottema modified the milestones: 8.11.4, 8.12.0 Sep 26, 2024
@bbottema
Copy link
Owner

Released in v8.12.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants