Re: [undertow-dev] NoSuchMethod in 9ea-b30 getRawHostnameSE

2014-09-17 Thread Simone Bordet
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

Re: [undertow-dev] NoSuchMethod in 9ea-b30 getRawHostnameSE

2014-09-17 Thread Bernd Eckenfels
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

Re: [undertow-dev] NoSuchMethod in 9ea-b30 getRawHostnameSE

2014-09-16 Thread Stuart Douglas
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