From e24a6147a507b6e56c56876e1f74b0c09f0928f0 Mon Sep 17 00:00:00 2001 From: edgar Date: Thu, 23 May 2019 18:52:38 +0200 Subject: [PATCH] Login working and commented. Logout working and commented but not linked. Authentication working and commented. --- src/main/java/de/hsel/spm/baudas/web/AuthenticationFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/hsel/spm/baudas/web/AuthenticationFilter.java b/src/main/java/de/hsel/spm/baudas/web/AuthenticationFilter.java index a32eb27..aa28ce4 100644 --- a/src/main/java/de/hsel/spm/baudas/web/AuthenticationFilter.java +++ b/src/main/java/de/hsel/spm/baudas/web/AuthenticationFilter.java @@ -25,7 +25,7 @@ public class AuthenticationFilter implements Filter{ private ServletContext context; /** - * Called by the web container to indicate to a filter that it is being placed into service. + * Called by the web container to indicate to a filter that it is being placed into service. This filter manages the authentication. * @param fConfig This parameter provides access to everything the code needs to work. * @throws ServletException Defines a general exception a servlet can throw when it encounters difficulty. */