You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ar...@apache.org on 2018/08/21 11:27:06 UTC

svn commit: r1838540 - /olingo/site/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.mdtext

Author: archanarai
Date: Tue Aug 21 11:27:05 2018
New Revision: 1838540

URL: http://svn.apache.org/viewvc?rev=1838540&view=rev
Log:
Note for batch with special characters and params

Modified:
    olingo/site/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.mdtext

Modified: olingo/site/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.mdtext?rev=1838540&r1=1838539&r2=1838540&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.mdtext Tue Aug 21 11:27:05 2018
@@ -121,6 +121,9 @@ In order to refer the new entity the Req
 
 **Note:** Requests in different ChangeSets cannot reference one another, even if they are in the same Batch
 
+**Note:** Client are expected to take care of the percent encoding of the special characters from their end, if there are any. 
+Also, for batch requests the encoding of the parameters in the URLs in the payload are expected to be taken care by the client.
+
 ### References
 [http://www.odata.org/documentation/odata-v2-documentation/batch-processing/](http://www.odata.org/documentation/odata-v2-documentation/batch-processing/ "External Link")