Fix osgi jetty-testrealm.xml file.
This commit is contained in:
parent
23fa0303a6
commit
a6532f7116
|
@ -12,7 +12,7 @@
|
||||||
<Arg>
|
<Arg>
|
||||||
<New class="org.eclipse.jetty.security.HashLoginService">
|
<New class="org.eclipse.jetty.security.HashLoginService">
|
||||||
<Set name="name">Test Realm</Set>
|
<Set name="name">Test Realm</Set>
|
||||||
<Set name="config"><Property name="jetty.home" default="src/test/config"/>/realm.properties</Set>
|
<Set name="config"><Property name="jetty.home" default="src/test/config"/>/etc/realm.properties</Set>
|
||||||
</New>
|
</New>
|
||||||
</Arg>
|
</Arg>
|
||||||
</Call>
|
</Call>
|
||||||
|
|
Loading…
Reference in New Issue