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
commit 2edcc824536df2fe1856b7ea622a3706b3b62a20 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Oct 6 14:59:06 2024 +0200 Improved: just a comment for a better Tomcat documentation --- framework/catalina/config/catalina.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/catalina/config/catalina.properties b/framework/catalina/config/catalina.properties index a1e0dbb2d7..0eafb60ed2 100644 --- a/framework/catalina/config/catalina.properties +++ b/framework/catalina/config/catalina.properties @@ -19,5 +19,8 @@ ## Use webSocket or not, see OFBIZ-7073 and subtasks webSocket=false + ## This is recommended by https://tomcat.apache.org/tomcat-8.5-doc/security-howto.html#System_Properties -org.apache.catalina.connector.RECYCLE_FACADES=true \ No newline at end of file +## It's well explained by Christopher Schultz (Tomcat PMC member) at +## https://stackoverflow.com/questions/57777941/disadvantages-of-setting-tomcats-recycle-facades-true#answer-57779515 +org.apache.catalina.connector.RECYCLE_FACADES=true