Using Filter to exclude a file
843841Jun 9 2005 — edited Jun 9 2005In my web.xml, I have servlet mapping with url pattern /*. Now, I want to access an xml file from this server, but it ends up going to the servlet.
Can I avoid calling the servlet using filters and serving up the xml files which the user requested ? All other requests should end up to the servlet.
Thanks in Advance
Varun