[java-identity-provider] branch main updated: IDP-1914 Work to ship Jetty 10 with the IdP Installer
Rod Widdowson
rdw at steadingsoftware.com
Sun Mar 6 14:49:21 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2f94b4523a08c904af404254e89f5383d197b873
The following commit(s) were added to refs/heads/main by this push:
new 2f94b4523 IDP-1914 Work to ship Jetty 10 with the IdP Installer
2f94b4523 is described below
commit 2f94b4523a08c904af404254e89f5383d197b873
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Mar 6 14:48:15 2022 +0000
IDP-1914 Work to ship Jetty 10 with the IdP Installer
https://shibboleth.atlassian.net/browse/IDP-1914
Change build to work with jetty-10 (i.e. from jetty-home)
---
idp-installer/src/main/wix/Jetty.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/main/wix/Jetty.bat b/idp-installer/src/main/wix/Jetty.bat
index 4498f4ca8..db81b13d0 100644
--- a/idp-installer/src/main/wix/Jetty.bat
+++ b/idp-installer/src/main/wix/Jetty.bat
@@ -109,7 +109,7 @@ if exist "%2" (
) else (
"%JARCMD%" xf ..\%2
)
-dir /s jsp.ini 1> nl:a 2> nl:b
+dir /s jetty-ssl-context.xml 1> nl:a 2> nl:b
if ERRORLEVEL 1 (
cd ..
echo "Could not find jsp.ini in Jetty package"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list