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")