2013/8/8 Lukasz Lenart <[email protected]>: >> For me, if I want all unfiltered parameters, I would get rid of the filter >> -- not use the interface. That's my logic. > > hm...
I thought a bit about that and I'm still not sure what is the best solution. From one side using "&&" allows filter out parameters per action and leave other actions to accept all the parameters - which is simple and more obvious for users. Using "||" allows introduce a global policy how to handle parameters and gives freedom how to relax that global restrictions. With "&&" in place there is also another disadvantage when global policy is in place - parameter must be accepted in two places - in interceptor and in action. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
