No consistency checks between access control signatures and page or action signatures
I am not sure this is checked in the compiler, however, it would provide a helpful addition when editing WebDSL applications:
I am currently allowed by the editor to write:
rule template A() {true}even though template A does not have to exist. I frequently run into the problem where I change my page’s signature, but forget to change the signature of the access control rule. A check for access control rules that do not match any templates, actions or pages would be nice.
Submitted by Sander Vermolen on 9 June 2010 at 13:49