https://issues.apache.org/bugzilla/show_bug.cgi?id=49181
--- Comment #7 from Mark Thomas <ma...@apache.org> 2010-04-28 20:06:10 EDT --- As I catch up on e-mail, I think Konstantin has ID'd the correct interpretation here. To quote Konstantin: a) Before we start calling ServletContextListener.contextInitialized() any listeners allowed in addListener() can be added. b) Once we started calling ServletContextListener.contextInitialized(), a new ServletContextListener cannot be added anymore. c) Once contextInitialized() calls are done, no more listeners, servlets, filters can be added programmatically. a) and c) are currently enforced. b) isn't. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org