Hey there, I'm migrating from 1.4, where I'm using @AllowBinding, @DenyBinding, and most of all the special interface that allows to deny binding programmatically (BindAccessEvaluator) when implemented by action beans. I'm using stripes-extras 0.3beta for that, it has always worked fine.
Now I'm looking at how param binding security is done in trunk, and I can't find the equivalent feature, nor @Allow/DenyBinding. Apparently everything must now be done at the bean level itself via the @StrictBinding annotation. Isn't that a "regression" compared to stripes extras ? In my app, I need to do the binding security checks dynamically. BindAccessEvaluator was fine for my use case. Is there any equivalent in trunk to the BindAccessEvaluator from stripes extras ? Cheers Remi ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
