Closed Scottmitch closed 10 years ago
I think @joakime addressed my concerns here https://github.com/netty/netty/pull/2835#issuecomment-53920088. In summary ALPN and NPN can not both be loaded onto the classpath at the same time.
@Scottmitch I confirm that NPN and ALPN are not meant to be used together: either one or the other.
@sbordet - Thanks for the confirmation!
I am attempting to use alpn-boot and npn-boot in the same project by including multiple entries in -Xbootclasspath/p. The oracle docs (http://docs.oracle.com/javase/7/docs/technotes/tools/windows/java.html) say to separate multiple entries with a semi-colon. I have done this and am able to get a successful build (which runs test cases that run npn and alpn scenarios) on linux (open-jdk7, oracle-jdk7) but not on windows (oracle-jdk7). Can you advise if this is a supported use case and see if my scenarios below reveal anything problematic?
Here are some scenarios and observations (again only on windows...see version information below)
NextProtoNego.put(engine, new ServerProvider/ClientProvider() ...)
.version information