Hi all,
I have a web app and in the web.xml file there is a filter which is applied to all the jsp files. However I need to change the particular filter so that it is not applied to 1 jsp file. I tried searching in regular patterns if there is a way to exclude a particular pattern but could not find 1. Is there any other way? Is there a way to change the filter definition and filter mapping in xml file to do the required task. One possible way that I was thought to check in the filter itself for the name of the jsp being accessed and act accordingly but I am looking for something better.
I am completely new to this and really have very little idea about web.xml
Thanks for the help
Harsha