svn commit: r1821387 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ 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: r1821387 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ framework/common/config/general.properties

jleroux@apache.org
Author: jleroux
Date: Wed Jan 17 15:30:07 2018
New Revision: 1821387

URL: http://svn.apache.org/viewvc?rev=1821387&view=rev
Log:
"Applied fix from trunk for revision: 1821386"
------------------------------------------------------------------------
r1821386 | jleroux | 2018-01-17 16:28:51 +0100 (mer., 17 janv. 2018) | 9 lines

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/branches/release17.12/   (props changed)
    ofbiz/ofbiz-framework/branches/release17.12/framework/common/config/general.properties

Propchange: ofbiz/ofbiz-framework/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jan 17 15:30:07 2018
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/ofbiz-framework/trunk:1819499,1819598,1819800,1819805,1819811,1820038,1820262,1820374-1820375,1820441,1820457,1820644,1820658,1820790,1820823,1820949,1820966,1821012,1821036,1821112,1821115,1821144,1821186,1821219,1821226,1821230
+/ofbiz/ofbiz-framework/trunk:1819499,1819598,1819800,1819805,1819811,1820038,1820262,1820374-1820375,1820441,1820457,1820644,1820658,1820790,1820823,1820949,1820966,1821012,1821036,1821112,1821115,1821144,1821186,1821219,1821226,1821230,1821386

Modified: ofbiz/ofbiz-framework/branches/release17.12/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/framework/common/config/general.properties?rev=1821387&r1=1821386&r2=1821387&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/framework/common/config/general.properties (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/framework/common/config/general.properties Wed Jan 17 15:30:07 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