]
Steven Hawkins resolved TEIID-5142.
-----------------------------------
Fix Version/s: (was: 10.1)
Resolution: Rejected
I should have realized that the escaping is benign. It just looks odd in a browser.
General OData error message has extra escaping
----------------------------------------------
Key: TEIID-5142
URL:
https://issues.jboss.org/browse/TEIID-5142
Project: Teiid
Issue Type: Quality Risk
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Accessing odata4 with an invalid path gives:
{ "error": { "code": "TEIID16020", "message":
"TEIID16020 Invalid URL, no vdb name found on the path. It should be in the form of
\"http:\/\/<host>[:<port>]\/odata4\/vdbname\/modelname\/...\""
} }
With extra escaping in the url description.