Van Halbert created TEIID-2911:
----------------------------------
Summary: Applications that expose RESTEasy XML endpoints
Key: TEIID-2911
URL:
https://issues.jboss.org/browse/TEIID-2911
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.4.1, 8.7, 8.7.1
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Critical
if applications that expose RESTEasy XML endpoints, add the following snippet to their
web.xml file to disable entity expansion in RESTEasy:
<context-param>
<param-name>resteasy.document.expand.entity.references</param-name>
<param-value>false</param-value>
</context-param>
Note that this <context-param> setting has precedence over <init-param>, and
will override a contrary setting in an <init-param> element.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira