OData - service returns generic EAP page in case of 404
-------------------------------------------------------
Key: TEIID-4067
URL:
https://issues.jboss.org/browse/TEIID-4067
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Juraj DurĂ¡ni
Assignee: Ramesh Reddy
Labels: Alpha3
Fix For: 9.0, 8.12.5
In general, if resource is not found service should return 404. But Teiid returns generic
EAP error page, which is neither in ATOM nor in JSON format (regardless that status code
is correct). Therefore, OData client cannot read and parse the response as OData error.