-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Simplify debugging of Undertow transferTo issue #25310 #27908
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
Conversation
@JiangTChen Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@JiangTChen Thank you for signing the Contributor License Agreement! |
Hi @JiangTChen, Thanks for submitting your first PR to the Spring Framework!
Can you briefly expound on the first statement and explain how your workaround (the second statement) solves the problem? |
Please note that your PR fails the build:
In light of that, I'm marking this as a draft. |
@sbrannen Thanks for your review. Thanks |
...bflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java
Outdated
Show resolved
Hide resolved
...bflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java
Show resolved
Hide resolved
Thanks for the explanation.
I originally thought you were proposing a fix for Undertow, but since that's not the case, yes adding And please do continue investigating the root cause of the Undertow issue. We haven't had the time to do that ourselves, and we'd be grateful for a fix from the community. |
Hi @sbrannen, |
...bflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java
Outdated
Show resolved
Hide resolved
This has been merged into Feel free to continue to investigate the cause of the issue and report your findings in #25310. Thanks |
Since undertowHttpServer conflicts with other HTTPServers. Temporarily bypass with transferToForUndertow. It's better than return and pass.