]
Ramesh Reddy resolved TEIID-4362.
---------------------------------
Fix Version/s: 9.1
Resolution: Done
Labels: Alpha3 (was: )
Corrected the examples and added note about usage of %20 per OData specification.
OData V4 - replace '+' with spaces in sample URLs in
documentation
------------------------------------------------------------------
Key: TEIID-4362
URL:
https://issues.jboss.org/browse/TEIID-4362
Project: Teiid
Issue Type: Bug
Components: Documentation
Reporter: Juraj DurĂ¡ni
Assignee: Ramesh Reddy
Priority: Minor
Labels: Alpha3
Fix For: 9.1
https://teiid.gitbooks.io/documents/content/client-dev/OData4_Support.html
Many of the sample URLs in documentation use '+' instead of space (or proper
percent-encoding of space, but it is not very readable).
E.g.
http://localhost:8080/odata/northwind/NW/customers?$filter=name+eq+'b...
Please, update sample URLs in the documentation.
I would suggest to use spaces instead of '%20' and add a note, that URL must be
properly percent-escaped.