Tim Funk
Mon, 11 Feb 2008 16:49:56 -0800
org.apache.catalina.startup.WebRuleSet and you'll see this twice:
digester.addCallMethod(prefix + "web-app/listener/listener-class",
"addApplicationListener", 0);
In a quick test - any listener in web.xml is called out as a dup if
declared in web.xml
So we went from not reporting to spuriously reporting due to a very old bug which wasn't a bug because dups were ignored but now is a bug since we call out that you tried to register a dup. (But you didn't register a dup, we just called addListener twice)
doh. -Tim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]