This is an automated email from the ASF dual-hosted git repository.
jamesyong 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 fd85450 Improved: multi-block attribute for html-template tag (OFBIZ-11686)
fd85450 is described below
commit fd85450c4dd331b15056d3aca8127583633b5caa
Author: James Yong <
[hidden email]>
AuthorDate: Tue Aug 25 21:59:46 2020 +0800
Improved: multi-block attribute for html-template tag (OFBIZ-11686)
Not important to track server hits for getJs request
---
framework/common/webcommon/WEB-INF/common-controller.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/common/webcommon/WEB-INF/common-controller.xml b/framework/common/webcommon/WEB-INF/common-controller.xml
index 9291cdb..1142a2d 100644
--- a/framework/common/webcommon/WEB-INF/common-controller.xml
+++ b/framework/common/webcommon/WEB-INF/common-controller.xml
@@ -324,7 +324,7 @@ under the License.
<response name="error" type="request" value="json"/>
</request-map>
- <request-map uri="getJs" method="get">
+ <request-map uri="getJs" method="get" track-serverhit="false">
<security https="false" auth="false"/>
<response name="success" type="request" value="js"/>
<response name="error" type="request" value="js"/>