> -----Original Message----- > From: Gertjan van Oosten [mailto:[EMAIL PROTECTED] > Sent: 05 April 2004 09:44 > To: Cactus Developers List > Subject: Re: Modifying the behavior of <cactifywar> WRT redirectors > > Hi Vincent, > > As quoted from Vincent Massol <[EMAIL PROTECTED]>: > > Note for Gertjan: The fact that you need to add the default redirector > > before the secured redirector is/was already documented on the > > cactifywar page: > > Yes, but that's after the fact. Once you know where to look, it may be > obvious (it isn't to me, from the text on the cactifywar page, by the > way). Where I was coming from, I was simply stuck. The regular Cactus > tests in another project work, the secured tests I had added in my > current project failed because Cactus decided Tomcat didn't initialize > properly within 3 minutes. I had done everything stated in > http://jakarta.apache.org/cactus/writing/howto_security.html > and since I never call cactifywar directly (it is done by the Maven > plugin), that is not a place I would look to fix things...
True :-) The Cactus website is still not perfect. We're coming from a situation where there were no front ends and thus you had to configure Cactus manually to a situation where we now have several front ends (maven, ant, browser, etc) and the configuration is different from each. The security page has 2 parts: - security config for your test cases. This is valid independently of the front end - manual configuration of web.xml. This is only valid for manual configurations. If you're using Ant (which is your case), you should look at the Ant configuration pages. I've added this piece of information to the security page so hopefully it'll be better now. Again feel free to continue pointing the places where it's not well documented. We are conscious we need to improve... Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
