Pid wrote: > Mark Thomas wrote: >> Folks, >> >> I added Tomcat to the GSoC page on the wiki along with an idea for a task. >> Comments on the idea or additional ideas welcome. >> >> http://wiki.apache.org/general/SummerOfCode2009#tomcat-project > > Won't it be problematic to implement access to the correct > ServletContext (via FilterConfig), particularly at Engine level?
Configuration at Engine level doesn't automatically mean it would be executed there. Configuration at engine level could just be a short-cut for configuring it on every context. There are already mechanisms for doing something very similar (global web.xml). There is some interesting debate to be had on the implementation details but that is something I think any prospective student should be involved in. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org