Login working and commented.
Logout working and commented but not linked. Authentication working and commented.
This commit is contained in:
parent
398909615e
commit
e24a6147a5
|
@ -25,7 +25,7 @@ public class AuthenticationFilter implements Filter{
|
||||||
private ServletContext context;
|
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.
|
* @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.
|
* @throws ServletException Defines a general exception a servlet can throw when it encounters difficulty.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue