web.xml - Java Servlet Filters and WebSphere - URL Pattern issues
- by Ed
Hi,
So we are running a web application that has been tested on Tomcat, Glassfish, WebLogic and WebSphere. All run correctly except WebSphere. The issue is that filters are not processed for files under a certain directory.
For example I have a filter that checks the user's lanuage from browser cookies and another that get the user's username, in…