[java-idp-jetty-base] 16/18: IDP-2335 runjetty.sh must use absolute paths for some variables

Rod Widdowson rdw at steadingsoftware.com
Tue Oct 15 15:15:03 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=0705341e570753a01c128bba7226f8bc43772c31

commit 0705341e570753a01c128bba7226f8bc43772c31
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