This is an automated email from the ASF dual-hosted git repository.
mbrohl pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 0d623c0 Upgrade Tomcat from 9.0.29 to 9.0.31 (OFBIZ-11407)
0d623c0 is described below
commit 0d623c077f6999dc871739d88f054e928cc294a7
Author: Michael Brohl <
[hidden email]>
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 f9eaf36..a408c86 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">
@@ -180,6 +182,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=""/>-->