Re: Re: problem extending the ComposableRequestProcessor process chain

2007-04-14 Thread atitus74
Hi Joe, Thanks for the tip, this definately works. Looking at the way the request processor functions, I don't think there is a situation where it will cause a problem that a true is ignored. The reason for this is that all the conditions which result in a failure situation will throw an except

problem extending the ComposableRequestProcessor process chain

2007-04-08 Thread atitus74
Hello Everyone, I've been working on a web application here and I've come up with a situation where I feel that extending the AuthorizeAction command class would be a quality solution to a challenge I am facing. When I complete this I would be willing to contribute this back for others to use.