some info:1. I need to check some stuff on the request before it can continue with normal processing.2. if the check fails, I need to redirect the user to the 404 page.3. I need to have access to Http session and HTTP request objects.4. I only need to filter on a specific path (example: /content/my...