[java-identity-provider] branch main updated: IDP-1595 Fix spaces in directory names (again).
Rod Widdowson
rdw at steadingsoftware.com
Mon Aug 24 14:06:47 UTC 2020
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=29192a0af0d8e89f4fef68ea71032b673c38a201
The following commit(s) were added to refs/heads/main by this push:
new 29192a0af IDP-1595 Fix spaces in directory names (again).
29192a0af is described below
commit 29192a0af0d8e89f4fef68ea71032b673c38a201
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 24 15:03:29 2020 +0100
IDP-1595 Fix spaces in directory names (again).
The changes made to allow net.shibboleth.idp.cli.idp.home to be defined
ignored the ever present option to have a space in the file name.
Sigh.
---
idp-distribution/src/main/resources/bin/runclass.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-distribution/src/main/resources/bin/runclass.bat b/idp-distribution/src/main/resources/bin/runclass.bat
index b62fc6145..efe17d0a2 100644
--- a/idp-distribution/src/main/resources/bin/runclass.bat
+++ b/idp-distribution/src/main/resources/bin/runclass.bat
@@ -26,4 +26,4 @@ set LOCALCLASSPATH=%~dp0lib\*;%~dp0..\edit-webapp\WEB-INF\lib\*;%~dp0..\dist\web
REM Go to it !
-%JAVACMD% -cp "%LOCALCLASSPATH%" -Dnet.shibboleth.idp.cli.baseURL=%IDP_BASE_URL% -Dnet.shibboleth.idp.cli.idp.home=%~dp0.. %*
+%JAVACMD% -cp "%LOCALCLASSPATH%" -Dnet.shibboleth.idp.cli.baseURL=%IDP_BASE_URL% "-Dnet.shibboleth.idp.cli.idp.home=%~dp0.." %*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list