-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Implemented
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: ALL APPLICATIONS
-
Labels:None
Currently the ofbizUrl freemarker macro doesn't support uri for other OFBiz web application.
Adding the controlPath attribute to allow the controls by ofbizUrl to support uri to other OFBiz web application.
Sample Example
Before:
<a href="/catalog/control/EditProduct?productId=${requestItem.productId!}" class="buttontext">${requestItem.productId!}</a>
After:
<a href="<@ofbizUrl controlPath="/catalog/control">EditProduct?productId=${requestItem.productId!}</@ofbizUrl>" class="buttontext">${requestItem.productId!}</a>
- Dependent
-
OFBIZ-11306 POC for CSRF Token (CVE-2019-0235)
-
- Closed
-
- links to