[java-idp-jetty-base] branch 10-testbed-eclipse updated: Update DTD URLs

Tom Zeller tzeller at dragonacea.biz
Tue Feb 8 16:17:29 UTC 2022


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

tzeller pushed a commit to branch 10-testbed-eclipse
in repository java-idp-jetty-base.

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

The following commit(s) were added to refs/heads/10-testbed-eclipse by this push:
     new f4ec0f4  Update DTD URLs
f4ec0f4 is described below

commit f4ec0f43fa1f3715e5f4a8925456ecdaf69d49b4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Feb 8 10:17:19 2022 -0600

    Update DTD URLs
---
 src/main/resources/jetty-base/etc/idp-backchannel.xml | 2 +-
 src/main/resources/jetty-base/webapps/idp.xml         | 2 +-
 src/main/resources/jetty-base/webapps/static.xml      | 2 +-
 src/main/resources/jetty-base/webapps/testbed.xml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/jetty-base/etc/idp-backchannel.xml b/src/main/resources/jetty-base/etc/idp-backchannel.xml
index 0b797fc..e3fcb25 100644
--- a/src/main/resources/jetty-base/etc/idp-backchannel.xml
+++ b/src/main/resources/jetty-base/etc/idp-backchannel.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
 <Configure id="Server" class="org.eclipse.jetty.server.Server">
   <!-- ============================================================= -->
   <!-- TLS context factory with optional client auth                 -->
diff --git a/src/main/resources/jetty-base/webapps/idp.xml b/src/main/resources/jetty-base/webapps/idp.xml
index 6f6044f..e6133b5 100644
--- a/src/main/resources/jetty-base/webapps/idp.xml
+++ b/src/main/resources/jetty-base/webapps/idp.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
 <!-- =============================================================== -->
 <!-- Configure the Shibboleth IdP webapp                             -->
 <!-- =============================================================== -->
diff --git a/src/main/resources/jetty-base/webapps/static.xml b/src/main/resources/jetty-base/webapps/static.xml
index b7cb58c..58bb6f0 100644
--- a/src/main/resources/jetty-base/webapps/static.xml
+++ b/src/main/resources/jetty-base/webapps/static.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
 <!-- =============================================================== -->
 <!-- Configure static content delivery                               -->
 <!-- =============================================================== -->
diff --git a/src/main/resources/jetty-base/webapps/testbed.xml b/src/main/resources/jetty-base/webapps/testbed.xml
index 8304814..9578ea8 100644
--- a/src/main/resources/jetty-base/webapps/testbed.xml
+++ b/src/main/resources/jetty-base/webapps/testbed.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
   <Set name="war">../../../../../java-idp-testbed/src/main/webapp/</Set>
   <Set name="contextPath">/</Set>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list