[
https://issues.redhat.com/browse/WFCORE-5133?page=com.atlassian.jira.plug...
]
Sonia Zaldana commented on WFCORE-5133:
---------------------------------------
[~jamezp], I can duplicate using the following oracle JDK version
{code:java}
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
{code}
As [~jstourac] mentioned, I get a NPE when running without the
'-Dio.undertow.protocols.alpn.jdk8' flag and a failure reporting HTTP/1.1 is used
instead of HTTP2 when using the flag.
SNICombinedWithALPNTestCase fails with oracle JDK 8 261
-------------------------------------------------------
Key: WFCORE-5133
URL:
https://issues.redhat.com/browse/WFCORE-5133
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Jean Francois Denise
Assignee: Sonia Zaldana
Priority: Major
Exception while using oracle JDK 261:
{code}
at
io.undertow.client.http.HttpClientConnection.handleError(HttpClientConnection.java:444)
at
io.undertow.client.http.HttpClientConnection.handleError(HttpClientConnection.java:439)
at
io.undertow.client.http.HttpClientConnection.initiateRequest(HttpClientConnection.java:430)
at
io.undertow.client.http.HttpClientConnection.sendRequest(HttpClientConnection.java:347)
at
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase.performSimpleTest(SNICombinedWithALPNTestCase.java:242)
at
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase.testSimpleViaHostname(SNICombinedWithALPNTestCase.java:220)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)