User Story
As a system administrator
I want to protect private pages from unauthorized access
So that only authenticated users can access restricted areas
Description
Create a Servlet Filter that intercepts requests to protected pages and validates session. Redirects to login if not authenticated.
Tasks
Acceptance Criteria
User Story
As a system administrator
I want to protect private pages from unauthorized access
So that only authenticated users can access restricted areas
Description
Create a Servlet Filter that intercepts requests to protected pages and validates session. Redirects to login if not authenticated.
Tasks
AuthenticationFilter.javainfilter/packagedoFilter()to check sessionweb.xmlfor/WEB-INF/views/*Acceptance Criteria
/WEB-INF/views/*