Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
17.12.09, 18.12.05, Upcoming Branch
-
None
Description
When importing an entity like
<SystemProperty systemResourceId="catalog" systemPropertyId="image.server.path" systemPropertyValue="${sys:getProperty("ofbiz.home")}/themes/common-theme/webapp/images/${tenantId}" description="Image upload path on the server." lastUpdatedStamp="2022-04-14 12:00:12.597" lastUpdatedTxStamp="2022-04-14 12:00:12.596" createdStamp="2022-04-14 12:00:12.597" createdTxStamp="2022-04-14 12:00:12.596"/>
I get the following info message.
HTTP Status 403 – Forbidden Type Status Report Message Not saved for security reason, strings '${', '<#', '#{', '[=' or '[#' not accepted in fields! Description The server understood the request but refuses to authorize it.
I do have the same problem when I try to update the value via entity mainainance. Importing an XML file works.
Would it make sense to bypass the check if the user has the appropriate permissions?
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-12594 Prevent Freemarker interpolation in fields
- Closed