Hi,
On Wed, Sep 17, 2014 at 5:04 PM, Bernd Eckenfels wrote:
> Hello,
>
> thanks Stuart, I should have known to look for this.
>
> I mentioned before, that this is a quite important thing for JSSE to
> support (or actually the SSL API). But I did not expect that the JEtty
> workaround is already u
Hello,
thanks Stuart, I should have known to look for this.
I mentioned before, that this is a quite important thing for JSSE to
support (or actually the SSL API). But I did not expect that the JEtty
workaround is already used.
Hopefully Simone can influence the JDK to make stuff like this less
This is because Undertow is testing SPDY and HTTP2, which use Jetty
ALPN. This jar resides on the boot class path, and you need to use a
specific version of it for a given JVM.
Undertow uses profiles to select between JDK 7 and 8, however it looks
like it will attempt to use the 8 jar if you t
Hello JDK security team,
(cced the Undertow guys cause I mentioned this on the IRC channel)
when trying to run the JBoss Undertow build tests with JDK9ea-b30 a lot
of tests fail with the same "NosuchMethodError", and I am not sure why.
It looks like an internal inconsitency in the JSSE? However