[java-identity-provider] branch main updated: IDP-2140 Move forward Windows Installer to V5

Rod Widdowson rdw at steadingsoftware.com
Wed Jul 12 14:49:51 UTC 2023


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=fd5ddc23c53428e6569894111f231dd1c62b1705

The following commit(s) were added to refs/heads/main by this push:
     new fd5ddc23c IDP-2140 Move forward Windows Installer to V5
fd5ddc23c is described below

commit fd5ddc23c53428e6569894111f231dd1c62b1705
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 12 14:56:11 2023 +0100

    IDP-2140 Move forward Windows Installer to V5
    
    https://shibboleth.atlassian.net/browse/IDP-2140
    
    Stop setting jetty.http.compliance=RFC7230_NO_AMBIGUOUS_URIS on the
    jetty command line.
    
    Undoes https://shibboleth.atlassian.net/browse/IDP-1780
---
 idp-installer/src/main/wix/ShibbolethIdP-registry.wxs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
index 4767af0dc..f5c3878c9 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
@@ -57,7 +57,6 @@
                 </RegistryKey>
                 <RegistryKey ForceDeleteOnUninstall="yes" ForceCreateOnInstall="yes" Key="SOFTWARE\Apache Software Foundation\Procrun 2.0\$(var.ServiceName)\Parameters\Start" Root="HKLM" >
                     <RegistryValue Name="Params" Type="multiString" Action="append">
-                        <MultiStringValue>jetty.http.compliance=RFC7230_NO_AMBIGUOUS_URIS</MultiStringValue>
                         <MultiStringValue>jetty.base=[INSTALLDIR]\jetty-base</MultiStringValue>
                         <MultiStringValue>jetty.logging.dir=[INSTALLDIR]\jetty-base\logs</MultiStringValue>
                     </RegistryValue>

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


More information about the commits mailing list