• Andy Wilkinson's avatar
    Restore compatibility with Jetty 8 when SSL is being used · bebf26d9
    Andy Wilkinson authored
    ServerConnector is in different packages in Jetty 8 and Jetty 9 which
    was leading to a NoClassDefFounderError when SSL was used with
    Jetty 8.
    
    This commit updates SslServerConnectorFactory to return an
    AbstractConnector, a super class of ServerConnector, that is in the
    same package in both Jetty 8 and Jetty 9. This class does not provide
    a setPort method so the setting of the port has been pushed down into
    the SslServerConnectorFactory implementation.
    
    SSL samples for both Jetty 8 and Jetty 9 have been added to verify
    SSL with both supported versions of Jetty.
    
    Closes gh-1925
    bebf26d9
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...