[
https://issues.apache.org/jira/browse/OFBIZ-9169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811010#comment-15811010 ]
Pierre Smits commented on OFBIZ-9169:
-------------------------------------
Please convert the following string
{code}String xssiPrefix = UtilProperties.getPropertyValue("general", "http.json.xssi.prefix", "");{code}
into
{code}String xssiPrefix =EntityUtilProperties.getPropertyValue("general", "http.json.xssi.prefix", delegator);{code}
to make the improvement multi-tenant aware.
> Make xssi prefix configurable
> -----------------------------
>
> Key: OFBIZ-9169
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9169> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Chris Howe
> Priority: Minor
> Attachments: xssiPrefix.patch
>
>
> In OFBIZ-5409 a prefix was added for GET ajax requests.
> It would be beneficial if the prefix could be configured instead of hard coded
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)