You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2020/07/03 15:36:06 UTC

[ofbiz-framework] branch trunk updated: Fixed: Adds missing AJP connector property introduced for Tomcat 9.0.31 (OFBIZ-11848)

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.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dfbcf59  Fixed: Adds missing AJP connector property introduced for Tomcat 9.0.31 (OFBIZ-11848)
dfbcf59 is described below

commit dfbcf595ca3eab6371ee489dcc746a3350e56956
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Fri Jul 3 17:34:47 2020 +0200

    Fixed: Adds missing AJP connector property introduced for Tomcat 9.0.31
    (OFBIZ-11848)
---
 framework/catalina/ofbiz-component.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/catalina/ofbiz-component.xml b/framework/catalina/ofbiz-component.xml
index 9575147..3fc4671 100644
--- a/framework/catalina/ofbiz-component.xml
+++ b/framework/catalina/ofbiz-component.xml
@@ -75,6 +75,7 @@ under the License.
             <property name="URIEncoding" value="UTF-8"/>
             <property name="xpoweredBy" value="false"/>
             <property name="secretRequired" value="false"/>
+            <property name="allowedRequestAttributesPattern" value=".*"/>
             <!-- AJP/13 connector attributes -->
             <!-- commented out because the values match the Tomcat defaults:
             <property name="tomcatAuthentication" value="true"/>