Hi, Just curious (It may end up as a foolish question!) .... why don't we have a tapestry-security module which is generic and can have plugins like shino or spring-security or a simple role based model.... ?
This will make security pluggable.
We can have tapestry specific authorizations
@AuthorizeComponent({"deny=principal:someone", "admin,user"},
unauthorizeAction={DISABLE|HIDE|AUTHORIZE|RENDER_READONLY})
@AuthorizeEvent
@Authorize....
regards
Taha
