aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/jetty-web.xml
blob: f959e1b38d3109fc5abb6fafad9e0ae3be5afd27 (plain)
1
2
3
4
5
6
7
8
9
10
<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>