jetty-alpn icon indicating copy to clipboard operation
jetty-alpn copied to clipboard

Implementation of ALPN (Application Layer Protocol Negotiation) Specification for OpenJDK 7 or greater

Results 5 jetty-alpn issues
Sort by recently updated
recently updated
newest added

The readme for this project appears to be mistaken - 8u251 does _not_ backport the ALPN APIs, instead it's broken by the removal of `SSLSessionImpl.nullSession`: ``` Caused by: java.lang.NoSuchFieldError: nullSession...

https://www.eclipse.org/jetty/documentation/current/alpn-chapter.html#alpn-openjdk8 As I understand, updates 211 and 212 did not introduce any compatibility breaking changes. Please correct if I was wrong in proposing this change. Many thanks!

Separate mapping from ubuntu builds to alpn-boot jars See https://github.com/eclipse/jetty.project/issues/3100 and https://github.com/jetty-project/jetty-alpn/issues/22

Hello, From time to time I got the following exception during a connection. Could you tell me what is the cause of the error? Is there a way to solve...

Issue #5 was fixed only for the latest code. alpn-boot versions are tightly coupled to JDK versions, and so anyone not using the latest JDK version will not get the...