Skip to content

Commit df8feb8

Browse files
committed
Update JettyCasService
Align with changes to Jetty's SslContextFactory Issue gh-7874
1 parent 50d8200 commit df8feb8

File tree

1 file changed

+1
-1
lines changed
  • samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas

1 file changed

+1
-1
lines changed

samples/xml/cas/cassample/src/integration-test/groovy/org/springframework/security/samples/cas/JettyCasService.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class JettyCasService extends Server {
6666
String password = System.getProperty('javax.net.ssl.trustStorePassword','password')
6767

6868

69-
SslContextFactory sslContextFactory = new SslContextFactory();
69+
SslContextFactory sslContextFactory = new SslContextFactory.Server();
7070
sslContextFactory.setKeyStorePath(getTrustStore());
7171
sslContextFactory.setKeyStorePassword(password);
7272
sslContextFactory.setKeyManagerPassword(password);

0 commit comments

Comments
 (0)