[java-idp-jetty-base] 04/04: IDP-1914 Work to ship Jetty 10 with the IdP Installer
Ian Young
ian at iay.org.uk
Mon Mar 7 10:42:14 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch 10-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=d5df4141d3436c98b1deb8769e59408454053247
commit d5df4141d3436c98b1deb8769e59408454053247
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Mar 4 16:41:29 2022 +0000
IDP-1914 Work to ship Jetty 10 with the IdP Installer
https://shibboleth.atlassian.net/browse/IDP-1914
webapp files
---
src/main/resources/jetty-base/webapps/idp.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/jetty-base/webapps/idp.xml b/src/main/resources/jetty-base/webapps/idp.xml
index 68f113a..10ffadc 100644
--- a/src/main/resources/jetty-base/webapps/idp.xml
+++ b/src/main/resources/jetty-base/webapps/idp.xml
@@ -4,8 +4,8 @@
<!-- Configure the Shibboleth IdP webapp -->
<!-- =============================================================== -->
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
- <Set name="war"><SystemProperty name="idp.war.path" default="../war/idp.war" /></Set>
- <Set name="contextPath"><SystemProperty name="idp.context.path" default="/idp" /></Set>
+ <Set name="war"><Property name="idp.war.path" default="../war/idp.war" /></Set>
+ <Set name="contextPath"><Property name="idp.context.path" default="/idp" /></Set>
<Set name="extractWAR">false</Set>
<Set name="copyWebDir">false</Set>
<Set name="copyWebInf">true</Set>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list