Rahul Saxena wrote:
If we derive several servlets form a generic servlet and then if we specify
a filter for that generic servlet, will that filter work for all derived
servlets or not???

Indeed. It should make no difference how the servlets are derived; what matters is the filter-mapping in web.xml. You'd have to be sure have filter-mappings
that included the derived servlets, in other words.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to