porscheinformatik / tapestry-csrf-protection

Tapestry CSRF Protection
Apache License 2.0
10 stars 9 forks source link

Add InheritedNotCsrfProtected annotation #7

Closed martinschneider closed 10 years ago

martinschneider commented 10 years ago

This annotation does the same as the NotCsrfProtected annotation, but is inherited to all sub classes of the annotated class (the original annotation is not). This is useful, if you use an (abstract) base class for a subset of your Tapestry pages.

This should not be the default, so I kept the NotCsrfProtected annotation as well.