summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/sca/samples/store-secure-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/lresende/sca/samples/store-secure-webapp')
-rw-r--r--sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml
index 540ee2858b..4d635579e7 100644
--- a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/WEB-INF/web.xml
@@ -42,4 +42,10 @@
<role-name>manager</role-name>
</auth-constraint>
</security-constraint>
+
+ <env-entry>
+ <env-entry-name>org.apache.tuscany.sca.contribution.processor.ValidationSchemaExtensionPoint.enabled</env-entry-name>
+ <env-entry-type>java.lang.String</env-entry-type>
+ <env-entry-value>false</env-entry-value>
+ </env-entry>
</web-app> \ No newline at end of file