Skip to content

Commit

Permalink
BZ1241696: update of odata web.xml to avoid resteasy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathonlee committed Oct 2, 2015
1 parent 6bef526 commit a3816ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions odata/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -21,6 +21,18 @@
<param-name>resteasy.document.expand.entity.references</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>resteasy.scan</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>resteasy.scan.providers</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>resteasy.scan.resources</param-name>
<param-value>false</param-value>
</context-param>

<!--
If you want to restrict access to single VDB, uncomment and provide the VDB name(must be in format vdbName.vdbVersion),
Expand Down

0 comments on commit a3816ed

Please sign in to comment.