[java-idp-jetty-base] branch dev/IDP-2297 updated: IDP-2335 runjetty.sh must use absolute paths for some variables

Rod Widdowson rdw at steadingsoftware.com
Fri Oct 11 09:45:24 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2297
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=39c70c31b10e2e03d4a8285331d2992da854cdea

The following commit(s) were added to refs/heads/dev/IDP-2297 by this push:
     new 39c70c3  IDP-2335 runjetty.sh must use absolute paths for some variables
39c70c3 is described below

commit 39c70c31b10e2e03d4a8285331d2992da854cdea
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 11 10:44:26 2024 +0100

    IDP-2335 runjetty.sh must use absolute paths for some variables
    
    https://shibboleth.atlassian.net/browse/IDP-2335
    
    Apply patch from the case notes
---
 .../resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.sh    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.sh b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.sh
index 46f925f..38c3c0d 100644
--- a/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.sh
+++ b/jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.sh
@@ -25,7 +25,7 @@ if [ ! -x "$JAVACMD" ] ; then
   exit 1
 fi
 
-IDP_HOME=$LOCATION/..
+IDP_HOME=$(realpath ${LOCATION}/..)
 
 JETTY_HOME=$LOCATION/../jetty-home
 if [ ! -e "$JETTY_HOME/start.jar" ] ; then

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list