buddhi wickramarathne wrote:
> 1- What is the main idea behind converting Current working Valves to Servlet
> Filters.
Valves are Tomcat specific. Filters can be used with any container.

> 2- What are the benifits from that work to the Tomcat.
Remove duplication. Valve pipeline is very similar to filter chain.

> 3- What will be like Tomcat with having Filters than having Valves.(For what
> reason Valves should be converted to Filters)
Greater modularity and scope for re-use.

Mark

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

Reply via email to