aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/jetty-web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/jetty-web.xml')
-rw-r--r--src/main/webapp/WEB-INF/jetty-web.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/webapp/WEB-INF/jetty-web.xml b/src/main/webapp/WEB-INF/jetty-web.xml
deleted file mode 100644
index f959e1b3..00000000
--- a/src/main/webapp/WEB-INF/jetty-web.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<Configure class="org.mortbay.jetty.webapp.WebAppContext">
- <Get name="securityHandler">
- <Set name="userRealm">
- <New class="org.mortbay.jetty.security.HashUserRealm">
- <Set name="name">Test Realm</Set>
- <Set name="config"><SystemProperty name="jetty.home" default="."/>/src/test/realm.properties</Set>
- </New>
- </Set>
- </Get>
-</Configure>