shell/source/unix/exec/shellexec.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 41626006aed655ef35c40312414f44fcad69d17a Author: Renwa Hiwa <renwa...@gmail.com> AuthorDate: Wed Feb 9 10:02:14 2022 +0000 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Feb 11 09:32:47 2022 +0100 Better handling of inetlocs LIBREOFFICE-39BBF6YM Change-Id: Iadae856a524a0ccda238785f60c8f3459e7b6157 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129714 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> (cherry picked from commit 7484c3393dc2216239cdb730983725fe2e08e730) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129623 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 87b78fe1d882..9e26cc64b385 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -138,6 +138,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar "XSystemShellExecute.execute, cannot process <" + aCommand + ">", {}, 0); } else if (pathname.endsWithIgnoreAsciiCase(".class") || pathname.endsWithIgnoreAsciiCase(".fileloc") + || pathname.endsWithIgnoreAsciiCase(".inetloc") || pathname.endsWithIgnoreAsciiCase(".jar")) { dir = true;