[teiid-issues] [JBoss JIRA] (TEIID-5022) Turn off error messages from OData/SOAP responses

Steven Hawkins (JIRA) issues at jboss.org
Thu Aug 17 13:16:00 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450938#comment-13450938 ] 

Steven Hawkins commented on TEIID-5022:
---------------------------------------

See https://teiid.gitbooks.io/documents/content/admin/System_Properties.html 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.  



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list