From 72f7fc33818657fa7bce4e9c2050694599a4a3ea Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Sun, 3 Jan 2010 19:31:20 +0100 Subject: [PATCH] Typo broke auth --- config/akka-reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/akka-reference.conf b/config/akka-reference.conf index 7a957e1a17..2120d2b93c 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -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