-
Notifications
You must be signed in to change notification settings - Fork 98
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
Arquillian cube test may fail with newer versions of undertow. #1140
Comments
Hi. Any news? i have same exception |
Hi Any update on compatibility with the newer versions of undertow? . Undertow 1.x come with many Vulnerabilities listed below:
These all vulnerabilities can only get resolved by updated to the 2.x version of undertow. Please make Arquillian cube compatible with the same (undertow 2.x) and maybe update to the same already in the poms. |
Hi @Sachpat. Have you tried to overwrite dependency with Undertow 2.x? Does it result in an error? |
Issue Overview
Withouth specifically specifying Undertow on the classpath, test fail with the error:
Expected Behaviour
Expecting test to succesfully complete (by either placing the correct undertow on the classpath for arquillian or by being compatible with newer versions).
Current Behaviour
A newer version of Undertow may be on the classpath. For example (undertow-core-2.0.23.Final). This version does not contain SpdyChannel, causing the test to fail.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: