[java-idp-plugin-jetty] 114/186: Roll back webapp class for Jetty 11 use.
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:45 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=34ca8e5dace37b9bdd26f3c8efd60c084da32371
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