[java-idp-jetty-base] branch 9.4 updated: Update backchannel module to use Jetty 9.4 plugin.
Scott Cantor
cantor.2 at osu.edu
Thu May 21 13:37:49 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch 9.4
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=4413a602a65aeb68a5ef9d1066e4bd469691b529
The following commit(s) were added to refs/heads/9.4 by this push:
new 4413a60 Update backchannel module to use Jetty 9.4 plugin.
4413a60 is described below
commit 4413a602a65aeb68a5ef9d1066e4bd469691b529
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 21 09:37:50 2020 -0400
Update backchannel module to use Jetty 9.4 plugin.
---
src/main/resources/jetty-base/etc/idp-backchannel.xml | 2 +-
src/main/resources/jetty-base/modules/idp-backchannel.mod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/jetty-base/etc/idp-backchannel.xml b/src/main/resources/jetty-base/etc/idp-backchannel.xml
index 12c150f..b522a81 100644
--- a/src/main/resources/jetty-base/etc/idp-backchannel.xml
+++ b/src/main/resources/jetty-base/etc/idp-backchannel.xml
@@ -6,7 +6,7 @@
<!-- and no container trust (delegate to application) -->
<!-- for backchannel (SOAP) communication to IdP -->
<!-- ============================================================= -->
- <New id="shibContextFactory" class="net.shibboleth.utilities.jetty9.DelegateToApplicationSslContextFactory">
+ <New id="shibContextFactory" class="net.shibboleth.utilities.jetty94.DelegateToApplicationSslContextFactory">
<Set name="KeyStorePath"><Property name="idp.backchannel.keyStorePath" default="../credentials/idp-backchannel.p12" /></Set>
<Set name="KeyStoreType"><Property name="idp.backchannel.keyStoreType" default="PKCS12" /></Set>
<Set name="KeyStorePassword"><Property name="idp.backchannel.keyStorePassword" default="changeit" /></Set>
diff --git a/src/main/resources/jetty-base/modules/idp-backchannel.mod b/src/main/resources/jetty-base/modules/idp-backchannel.mod
index b90f93f..248d39f 100644
--- a/src/main/resources/jetty-base/modules/idp-backchannel.mod
+++ b/src/main/resources/jetty-base/modules/idp-backchannel.mod
@@ -6,7 +6,7 @@ idp
[files]
lib/ext/
-https://build.shibboleth.net/nexus/service/local/artifact/maven/redirect?r=releases&g=net.shibboleth.utilities.jetty9&a=jetty9-dta-ssl&v=1.0.0&p=jar|lib/ext/jetty9-dta-ssl-1.0.0.jar
+https://build.shibboleth.net/nexus/service/local/artifact/maven/redirect?r=releases&g=net.shibboleth.utilities.jetty9&a=jetty94-dta-ssl&v=1.0.0&p=jar|lib/ext/jetty94-dta-ssl-1.0.0.jar
[xml]
etc/idp-backchannel.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list