I added my sample rule set using the init parameter within the web deployment descriptor. But I didn't find the way how to tell the digester to add the SecurityConstraint bean to my sample action mapping.
Impatiently waiting for your answers
You've gotten quite close; it just seems to me that you need to add a "setNext" rule at the path "struts-config/action-mappings/action/security-constraint" -- and then guarantee that you only use "security-constraint" elements nested inside of action elements that specify a subclass of ActionMapping which would accept a security-constraint object.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "We want beef in dessert if we can get it there."
-- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

