[java-identity-provider] 01/03: IDP-1780 Add jetty.http.compliance=RFC7230_NO_AMBIGUOUS_URIS

Rod Widdowson rdw at steadingsoftware.com
Fri Apr 2 13:00:56 UTC 2021


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=47d9a6070e824beea6cf129bc9caeea3541bc818

commit 47d9a6070e824beea6cf129bc9caeea3541bc818
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Apr 2 11:24:16 2021 +0100

    IDP-1780 Add jetty.http.compliance=RFC7230_NO_AMBIGUOUS_URIS
    
    https://issues.shibboleth.net/jira/browse/IDP-1780
---
 idp-installer/src/main/wix/ShibbolethIdP-registry.wxs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
index 3adad3237..fb4627de2 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
@@ -58,6 +58,7 @@
                     <RegistryValue Name="Params" Type="multiString" Action="append">
                         <Permission User="Administrators" GenericAll="yes" />
                         <Permission User="SYSTEM" GenericAll="yes" />
+			<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