From a3816ed8babc05af7a66106fd40a0d193410b47e Mon Sep 17 00:00:00 2001 From: jolee Date: Fri, 2 Oct 2015 10:53:32 -0500 Subject: [PATCH] BZ1241696: update of odata web.xml to avoid resteasy scan --- odata/src/main/webapp/WEB-INF/web.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/odata/src/main/webapp/WEB-INF/web.xml b/odata/src/main/webapp/WEB-INF/web.xml index 757d097647..e9bccfa933 100644 --- a/odata/src/main/webapp/WEB-INF/web.xml +++ b/odata/src/main/webapp/WEB-INF/web.xml @@ -21,6 +21,18 @@ resteasy.document.expand.entity.references false + + resteasy.scan + false + + + resteasy.scan.providers + false + + + resteasy.scan.resources + false +