This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 724ea1f Implemented: Restart the ofbiz-vm3 demos server (OFBIZ-22722) 724ea1f is described below commit 724ea1ffea9a4ed12730dba2e10475872a1c2eab Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Mar 28 18:47:17 2022 +0200 Implemented: Restart the ofbiz-vm3 demos server (OFBIZ-22722) For the next demo to work we need to set the host-headers-allowed to demo-next.ofbiz.apache.org instead of demo-old.ofbiz.apache.org Thanks to Drew Foulks for handling the Infra part for us --- framework/security/config/security.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/security/config/security.properties b/framework/security/config/security.properties index 7c0836f..f106f9b 100644 --- a/framework/security/config/security.properties +++ b/framework/security/config/security.properties @@ -155,7 +155,7 @@ security.token.key=security.token.key # -- List of domains or IP addresses to be checked to prevent Host Header Injection, # -- no spaces after commas,no wildcard, can be extended of course... -host-headers-allowed=localhost,127.0.0.1,demo-trunk.ofbiz.apache.org,demo-stable.ofbiz.apache.org,demo-old.ofbiz.apache.org +host-headers-allowed=localhost,127.0.0.1,demo-trunk.ofbiz.apache.org,demo-stable.ofbiz.apache.org,demo-next.ofbiz.apache.org # -- By default the SameSite value in SameSiteFilter is 'strict'. # -- This property allows to change to 'lax' if needed.