You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/10/19 10:14:19 UTC

svn commit: r1812612 - /ofbiz/ofbiz-framework/trunk/framework/catalina/config/catalina.properties

Author: jleroux
Date: Thu Oct 19 10:14:19 2017
New Revision: 1812612

URL: http://svn.apache.org/viewvc?rev=1812612&view=rev
Log:
No functional security change, 

Adds org.apache.catalina.connector.RECYCLE_FACADES=true
This is recommended by 
https://tomcat.apache.org/tomcat-8.5-doc/security-howto.html#System_Properties

Modified:
    ofbiz/ofbiz-framework/trunk/framework/catalina/config/catalina.properties

Modified: ofbiz/ofbiz-framework/trunk/framework/catalina/config/catalina.properties
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/catalina/config/catalina.properties?rev=1812612&r1=1812611&r2=1812612&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/catalina/config/catalina.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/catalina/config/catalina.properties Thu Oct 19 10:14:19 2017
@@ -18,4 +18,6 @@
 ###############################################################################
 
 ## Use webSocket or not, see OFBIZ-7073 and subtasks
-webSocket=false
\ No newline at end of file
+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