Hello, I have struts2 application with FilterDispatcher mapping in web.xml set to /*. I would like to have in my application a few regular Servlets, let say with url: http://localhost:8080/MyStrutsApp/regularServlets/Servlet1 This servlet should not be filtered by Struts filter and I don't want to change mapping of Struts filter.
What is the best way to achieve it ? Own filter subclassing from FilterDispatcher ? Thank you very much and kind regards, -- Marcin Zduniak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]