peterjohnlawrence / com.inova8.odata2sparql.v4

Part of the overall odata2sparql solution, this odata2sparql.v4 module containing the olingo4 dependencies. In other words specifically for odata v4
http://inova8.com/bg_inova8.com/offerings/odata2sparql/
Apache License 2.0
5 stars 5 forks source link

Intercept BATCH requests that include qnames in URLs #29

Closed peterjohnlawrence closed 7 years ago

peterjohnlawrence commented 7 years ago

openUI5 submits batch requests without properly encoding the URL of each request. If the request includes a qname such as nw:category-1, the : will not get encoded, so the batch will fail. This occurs because olingo uses simple URL validation Workaround is to stop openui5 using batch. Or Encode any qname before submitting