]
Steven Hawkins commented on TEIID-5022:
---------------------------------------
See
for the
org.teiid.sanitizeMessages property - this would suppress any error at the Teiid engine
layer and below. However it would not affect the olingo/OData layer - such as the
entity/type message. However it is of little value to omit messages such as those unless
access to the OData metadata is also restricted as any client could easily determine valid
entities/types.
Turn off error messages from OData/SOAP responses
-------------------------------------------------
Key: TEIID-5022
URL:
https://issues.jboss.org/browse/TEIID-5022
Project: Teiid
Issue Type: Feature Request
Reporter: Steve Tran
Assignee: Steven Hawkins
Priority: Optional
There was a request to include the ability to turn off the error messages returned to the
client when a bad request was made. For example, if you had a typo in your table, in the
request URL, you would get a message that says "Entity does not exist". Or, if
you passed in a String instead of a number, you'd get a message about expecting a
Decimal but got String.
The client would like to hide these details so that a generic error message is returned.