[java-idp-jetty-base] 04/07: Update backchannel module to use Jetty 9.4 plugin.

Rod Widdowson rdw at steadingsoftware.com
Thu May 28 14:34:00 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to annotated tag 9.4.28.v20200408-jetty-distribution-windows
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=726015e011dc35364fdb6386d2be0e3e29d73872

commit 726015e011dc35364fdb6386d2be0e3e29d73872
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