[java-idp-plugin-jetty] branch main updated: JJETTY-38 config-jettty.bat is still checking for idp.ini and/or sp.ini
Codeberg
noreply at shibboleth.net
Mon Mar 16 14:57:11 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/544ad539a9e910f02bbd5b3a29d05011eb3ccb2e
The following commit(s) were added to refs/heads/main by this push:
new 544ad53 JJETTY-38 config-jettty.bat is still checking for idp.ini and/or sp.ini
544ad53 is described below
commit 544ad539a9e910f02bbd5b3a29d05011eb3ccb2e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 16 14:56:42 2026 +0000
JJETTY-38 config-jettty.bat is still checking for idp.ini and/or sp.ini
https://shibboleth.atlassian.net/browse/JJETTY-38
---
.../resources/net/shibboleth/idp/module/jetty/config-jetty.bat | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
index f9b5730..ef35e46 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
@@ -32,11 +32,8 @@ if not exist "%JETTY_HOME%\start.jar" (
exit /b
)
-if not exist "%JETTY_BASE%\start.d\idp.ini" (
- if not exist "%JETTY_BASE%\start.d\sp.ini" (
- echo Error: %JETTY_BASE%\start.d\idp.ini not found
- echo Error: %JETTY_BASE%\start.d\sp.ini not found
- echo Enable jetty.idp.module or jetty.sp.module
+if not exist "%JETTY_BASE%\start.d\shibboleth.ini" (
+ echo Error: %JETTY_BASE%\start.d\shibboleth.ini not found
exit /b
)
)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list