Add option to allow for custom ServletRedirectors -------------------------------------------------
Key: CACTUS-248 URL: https://issues.apache.org/jira/browse/CACTUS-248 Project: Cactus Issue Type: New Feature Components: Ant Integration Environment: Using svn head of cactus Reporter: Matt Wringe The current CactifyWar task does not allow for a custom ServletRedirector class to be specified. I have created a very simple patch that adds the option of specifying the ServletRedirector class. So the ServletRedirector class can be specified like so: <cactifywar srcfile="${war.original}" destfile="${war.new}"> <servletredirector classname="${custom.servletredirector}"/> </cactifywar> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]