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:25 UTC

[ofbiz-framework] branch release17.12 updated: Fixed: Added 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 release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit accca2d388300a363c3ff49f1c52c4c9da3731b4
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Fri Jul 3 17:35:06 2020 +0200

    Fixed: Added 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 2b2085c..8178aae 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"/>