Hi Sven, If I understand correctly, you have a JSP that you'd like to test and you also have a filter that executes before the JSP gets called. You are trying to test this with Cactus and Maven and you're noticing that your filter does not get called. Right?
I am not aware of this problem and it should be transparent for Cactus normally. -Vincent > -----Original Message----- > From: Sven Schliesing [mailto:[EMAIL PROTECTED] > Sent: 06 April 2004 17:53 > To: [EMAIL PROTECTED] > Subject: Filter not used in JspTestCase > > Hi, > > I'm using the "Maven Cactus Plugin" to test a JspTestCase. The web.xml > (modified by the plugin) shows the according servlet-entries as well as > the entry for the Filter I'm using. > > But when the JspTestCase gets executed by the "Maven Cactus Plugin" it > seems that the Filter does not get loaded. > > Is this a known issue? > > Thx in advance! > > Sven Schliesing > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
