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 2020/02/25 14:57:14 UTC

[ofbiz-framework] 02/03: Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)

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

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

commit 0ea9173e8dd83bfbf5255548079de96c82a88544
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Sun Feb 23 12:23:43 2020 +0100

    Upgrade Tomcat from 9.0.29 to 9.0.31
    (OFBIZ-11407)
    
    Overriding the new default property secretRequired to be not required
    and added the default property "secret" in the commented out section.
---
 framework/catalina/ofbiz-component.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/framework/catalina/ofbiz-component.xml b/framework/catalina/ofbiz-component.xml
index 5cfaa3b..2f12113 100644
--- a/framework/catalina/ofbiz-component.xml
+++ b/framework/catalina/ofbiz-component.xml
@@ -74,6 +74,7 @@ under the License.
             <property name="secure" value="false"/>
             <property name="URIEncoding" value="UTF-8"/>
             <property name="xpoweredBy" value="false"/>
+            <property name="secretRequired" value="false"/>
             <!-- AJP/13 connector attributes -->
             <!-- commented out because the values match the Tomcat defaults:
             <property name="tomcatAuthentication" value="true"/>
@@ -92,6 +93,7 @@ under the License.
             <property name="socketBuffer" value="9000"/>
             <property name="tcpNoDelay" value="true"/>
             <property name="threadPriority" value="5"/>
+            <property name="secret" value=""/>
             -->
         </property>
         <property name="http-connector" value="connector">
@@ -178,6 +180,7 @@ under the License.
             <property name="secure" value="false"/>
             <property name="URIEncoding" value="UTF-8"/>
             <property name="xpoweredBy" value="false"/>
+            <property name="secretRequired" value="false"/>
         </property>
         <property name="http-connector" value="connector">
             <!--<property name="address" value=""/>-->