svn commit: r1821386 - /ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1821386 - /ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties

jleroux@apache.org
Author: jleroux
Date: Wed Jan 17 15:28:51 2018
New Revision: 1821386

URL: http://svn.apache.org/viewvc?rev=1821386&view=rev
Log:
Improved: Make xssi prefix configurable
(OFBIZ-9169)

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

jleroux: at r1777942 I missed the general.properties change

Thanks: Michael Brohl for reporting the issue

Modified:
    ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties

Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties?rev=1821386&r1=1821385&r2=1821386&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/config/general.properties Wed Jan 17 15:28:51 2018
@@ -128,5 +128,9 @@ http.upload.max.size=-1
 mail.spam.name=X-Spam-Flag
 mail.spam.value=YES
 
+# -- HTTP JSON settings
+http.json.xssi.prefix=//
+
+
 # -- Y if you want to display the multi-tenant textbox in the login page and install specify components which related to each tenant
 multitenant=N