Package: jenkins-winstone / 2.8-1

Metadata

Package Version Patches format
jenkins-winstone 2.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
java8 compatibility.patch | (download)

src/java/winstone/HttpsConnectorFactory.java | 16 1 + 15 - 0 !
1 file changed, 1 insertion(+), 15 deletions(-)

 do not create a self signed certificate every time the https connector
 is started without a proper certificate. This fixes the compatibility with Java 8
 since the sun.security.x509.CertAndKeyGen class has been moved to the
 sun.security.tools.keytool package.