[teiid-issues] [JBoss JIRA] (TEIID-2911) Applications that expose RESTEasy XML endpoints

Van Halbert (JIRA) issues at jboss.org
Mon Mar 31 10:47:09 EDT 2014


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


More information about the teiid-issues mailing list