Login working and commented.

Logout working and commented but not linked.
Authentication working and commented.
This commit is contained in:
edgar 2019-05-23 18:52:38 +02:00
parent 398909615e
commit e24a6147a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/