From d73409f4e4f77e821259e42411f8876448d63dc3 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Wed, 9 Dec 2009 20:57:04 +0100 Subject: [PATCH] Updated conf docs --- 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 3fa382f252..97d7a86a0f 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -53,7 +53,7 @@ service = on hostname = "localhost" port = 9998 - filters = "[se.scalablesolutions.akka.security.AkkaSecurityFilterFactory]" # List with all servlet 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