svn commit: r1859894 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ ebaystore/servicedef/services.xml

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

svn commit: r1859894 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ ebaystore/servicedef/services.xml

jleroux@apache.org
Author: jleroux
Date: Fri May 24 17:16:44 2019
New Revision: 1859894

URL: http://svn.apache.org/viewvc?rev=1859894&view=rev
Log:
"Applied fix from plugins for revision: 1859893"
------------------------------------------------------------------------
r1859893 | jleroux | 2019-05-24 19:15:04 +0200 (ven. 24 mai 2019) | 4 lignes

Fixed: Services allow arbitrary HTML for parameters with allow-html set to "safe"
(OFBIZ-5254)

Once again forgot to commit this changes in plugins :/
------------------------------------------------------------------------

Modified:
    ofbiz/ofbiz-plugins/branches/release18.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release18.12/ebaystore/servicedef/services.xml

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri May 24 17:16:44 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893

Modified: ofbiz/ofbiz-plugins/branches/release18.12/ebaystore/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ebaystore/servicedef/services.xml?rev=1859894&r1=1859893&r2=1859894&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/ebaystore/servicedef/services.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/ebaystore/servicedef/services.xml Fri May 24 17:16:44 2019
@@ -491,7 +491,7 @@ under the License.
         <attribute name="itemId" mode="IN" type="String" optional="false"/>
         <attribute name="listingType" mode="IN" type="String" optional="true"/>
         <attribute name="title" mode="IN" type="String" optional="true"/>
-        <attribute name="description" mode="IN" type="String" allow-html="any"/>
+        <attribute name="description" mode="IN" type="String" allow-html="safe"/>
         <attribute name="price" mode="IN" type="String" optional="true"/>
         <attribute name="currencyId" mode="IN" type="String" optional="true"/>
         <attribute mode="IN" name="imageData" optional="true" type="java.nio.ByteBuffer"/>