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

[UNDERTOW-1609] New RangeRequestTestCase.testLargeCachedResourceHandler fails on Windows #826

Merged
merged 1 commit into from Nov 28, 2019

Conversation

rmartinc
Copy link
Contributor

Fix for UNDERTOW-1609. The reason of the error is that in windows the NL "\n" is converted in CRNL "\r\n" by git (because of the default "core.autocrlf" config option). And that makes all the assertions to fail. I have replaced any "\n" by "#" and only one line is in the file now.

@fl4via fl4via added enhancement Enhances existing behaviour or code next release This PR will be merged before next release or has already been merged (for payload double check) labels Nov 20, 2019
@fl4via fl4via added the waiting CI check Ready to be merged but waiting for CI check label Nov 20, 2019
@fl4via fl4via removed the waiting CI check Ready to be merged but waiting for CI check label Nov 28, 2019
@fl4via fl4via merged commit b6bd4d2 into undertow-io:master Nov 28, 2019
@fl4via fl4via removed the next release This PR will be merged before next release or has already been merged (for payload double check) label Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances existing behaviour or code
Projects
None yet
2 participants