Fix osgi jetty-testrealm.xml file.

This commit is contained in:
Jan Bartel 2018-06-08 10:52:15 +02:00
parent 23fa0303a6
commit a6532f7116
1 changed files with 1 additions and 1 deletions

View File

@ -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>