This is an automated email from the ASF dual-hosted git repository. mbrohl pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new b791dca Fixed: Added missing AJP connector property introduced for Tomcat 9.0.31 (OFBIZ-11848) b791dca is described below commit b791dca9e7dc63d4ed07d5ca5ea873b173c0645e Author: Michael Brohl <mbr...@apache.org> AuthorDate: Fri Jul 3 17:35:17 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"/>