[java-identity-provider] 01/02: IDP-1780 Add jetty.http.compliance=RFC7230_NO_AMBIGUOUS_URIS
Rod Widdowson
rdw at steadingsoftware.com
Fri Apr 2 12:44:02 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to annotated tag 4.1.0.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1cb71df1945d5ae12fe15a1d151fb9019d147542
commit 1cb71df1945d5ae12fe15a1d151fb9019d147542
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