Hi Tim,

+1

WebRuleSet  LL 250

digester.addCallMethod(prefix + "web-app/listener/listener- class",
                                "addApplicationListener", 0);

        digester.addRule(prefix + "web-app/jsp-config",
                         jspConfig);

digester.addCallMethod(prefix + "web-app/jsp-config/jsp- property-group/url-pattern",
                               "addJspMapping", 0);

# Remove this...
digester.addCallMethod(prefix + "web-app/listener/listener- class",
                               "addApplicationListener", 0);


We must also change this at tomcat 5.x.x code base (LL 240)

Peter



Am 12.02.2008 um 19:44 schrieb Tim Funk:

Not sure if I understand the question, the problem is our use of digester. We had 2 listener rules being created and each called addListener. So when an a <listener> was found - it was being processed twice.


(Or was I missing something?)

-Tim

jean-frederic clere wrote:
[EMAIL PROTECTED] wrote:
Author: funkman
Date: Tue Feb 12 08:27:45 2008
New Revision: 620848

URL: http://svn.apache.org/viewvc?rev=620848&view=rev
Log:
addition of dupl listener removal and a vote
Won't it be possible to prevent the addition in the Digester instead?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to