Skip to main content



      Home
Home » Newcomers » Newcomers » HTTP/2 support with Jetty(Adding HTTP/2 package of Jetty)
HTTP/2 support with Jetty [message #1779498] Mon, 08 January 2018 13:27 Go to next message
Eclipse UserFriend
Hello,

I was wondering if a support for HTTP/2 with Jetty is planned for http://download.eclipse.org/eclipse/updates/4.7-M-builds/?

By checking : http://download.eclipse.org/eclipse/updates/4.7-M-builds/M-4.7.2RC4-201711300510/

I noticed that it includes HTTP/1.1 package of Jetty 9.4.7. but not HTTP/2. If it is not planned, who should I contact to ask to add it?

Thank you
Re: HTTP/2 support with Jetty [message #1779546 is a reply to message #1779498] Tue, 09 January 2018 08:32 Go to previous message
Eclipse UserFriend
HTTP/2 support requires a -XBootclasspath entry to add the required ALPN support layer to the TLS implementation found in the OpenJDK JVM.
This alpn-boot.jar is highly OpenJDK/JVM specific and you must use a specific version of alpn-boot.jar for each specific version of the OpenJDK/JVM you are using.

This -XBootclasspath requirement for ALPN also only works with OpenJDK, it is not supported on any other JVM (eg: IBM).
This -XBootclasspath requirement goes away with JDK9+.

It's unlikely to see Eclipse supporting JVM neutral HTTP/2 at this point in time, unless Eclipse 4.7 wants to go with JDK9+ as a minimum requirement.
Previous Topic:Jetty server crashes
Next Topic:Jetty 8 Virtual Host
Goto Forum:
  


Current Time: Thu Jul 10 07:31:29 EDT 2025

Powered by FUDForum. Page generated in 0.10234 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top