diff options
Diffstat (limited to 'sonar-application/src/test/fake-app/web/META-INF')
-rw-r--r-- | sonar-application/src/test/fake-app/web/META-INF/context.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-application/src/test/fake-app/web/META-INF/context.xml b/sonar-application/src/test/fake-app/web/META-INF/context.xml new file mode 100644 index 00000000000..5e31888a15e --- /dev/null +++ b/sonar-application/src/test/fake-app/web/META-INF/context.xml @@ -0,0 +1,2 @@ +<Context antiJARLocking="true" antiResourceLocking="true"> +</Context> |