[java-idp-jetty-base] branch 12-testbed-eclipse updated: Roll back webapp class for Jetty 11 use.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 26 14:17:03 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch 12-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=34ca8e5dace37b9bdd26f3c8efd60c084da32371
The following commit(s) were added to refs/heads/12-testbed-eclipse by this push:
new 34ca8e5 Roll back webapp class for Jetty 11 use.
34ca8e5 is described below
commit 34ca8e5dace37b9bdd26f3c8efd60c084da32371
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 26 10:17:00 2024 -0400
Roll back webapp class for Jetty 11 use.
---
src/main/resources/jetty-base/webapps/idp.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/jetty-base/webapps/idp.xml b/src/main/resources/jetty-base/webapps/idp.xml
index 6381549..e6133b5 100644
--- a/src/main/resources/jetty-base/webapps/idp.xml
+++ b/src/main/resources/jetty-base/webapps/idp.xml
@@ -3,7 +3,7 @@
<!-- =============================================================== -->
<!-- Configure the Shibboleth IdP webapp -->
<!-- =============================================================== -->
-<Configure class="org.eclipse.jetty.ee10.webapp.WebAppContext">
+<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="war">../../../../../java-identity-provider/idp-war/src/main/webapp</Set>
<Set name="contextPath"><SystemProperty name="idp.context.path" default="/idp" /></Set>
<Set name="extractWAR">false</Set>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list