Discussion:
[jetty-users] Missing http2 method (checkProtocolNegotiationAvailable())
Gregor Jarisch
2018-01-17 13:52:56 UTC
Permalink
Hi all,

since 9.4.8.v20171121, where did this method go..?

NegotiatingServerConnectionFactory.checkProtocolNegotiationAvailable();

It is not implemented anymore, what shall be used instead?

Thanks
Gregor
Joakim Erdfelt
2018-01-17 14:01:51 UTC
Permalink
Issue #215 - https://github.com/eclipse/jetty.project/issues/215
Supporting Conscrypt for SSL/TLS/ALPN

and Issue #1073 - https://github.com/eclipse/jetty.project/issues/1073
Supporting Java 9 for TLS/ALPN

both rendered that check invalid.
As that check only looked for the Java 8 bootclasspath stuff.
Post by Gregor Jarisch
Hi all,
since 9.4.8.v20171121, where did this method go..?
NegotiatingServerConnectionFactory.checkProtocolNegotiationAvailable();
It is not implemented anymore, what shall be used instead?
Thanks
Gregor
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
Loading...