Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
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>
Attachments
Attachments
Issue Links
- Dependent
-
OFBIZ-11306 POC for CSRF Token (CVE-2019-0235)
- Closed
- links to