This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 56478e4  Implemented: Restart the ofbiz-vm3 demos server (OFBIZ-22722)
56478e4 is described below

commit 56478e44201d4517d07fa85ed80f5fd0c8b78f1f
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 ff57641..6b12b01 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.

Reply via email to