This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit e158ea8f96d4b0c3925878936fdaeb76c0322bf5 Author: Jacques Le Roux <[email protected]> AuthorDate: Thu Sep 25 16:38:10 2025 +0200 Improved: moves security advices from README to the "How to secure your deployment" wiki page --- README.adoc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.adoc b/README.adoc index 577795370e..77a8467087 100644 --- a/README.adoc +++ b/README.adoc @@ -189,18 +189,8 @@ In case of problems visit our link:#further-reading[Further reading section]. [CAUTION] -==== -In production never use the credentials contained in demo data. Not only the admin credentials, but all of them. - -Also we recommend to not use Windows Server in production because we are not supporting specific Windows related security issues. -==== - -* If you want to use AJP on a non localhost OFBiz instance, you need to set the value of allowedRequestAttributesPattern -in framework/catalina/ofbiz-component.xml - - You can find more information about security in OFBiz at -https://ofbiz.apache.org/security.html[the official security page] +https://ofbiz.apache.org/security.html[the site security page] [[build-system-syntax]]

