Typo broke auth

This commit is contained in:
Viktor Klang 2010-01-03 19:31:20 +01:00
parent 72d5c31bdf
commit 45f85535b3

View file

@ -38,7 +38,7 @@
service = on
hostname = "localhost"
port = 9998
filters = "[se.scalablesolutions.akka.security.AkkaSecurityFilterFactory]" # List with all jersey filters to use
filters = ["se.scalablesolutions.akka.security.AkkaSecurityFilterFactory"] # List with all jersey filters to use
authenticator = "se.scalablesolutions.akka.security.samples.BasicAuthenticationService" # The authentication service to use
</rest>