|
|
So looking into the spring security plugin I see that there are events that you can register for with closures and handle them how you wish and I like that approach as an option. What I'm wondering does the ACL sub-plug-in trigger events from it's annotations, that can be dealt with in that same fashion, out of the box or with a simple config.
From what I see in the ACL plug-in documentation it points to using the ErrorController design, for handling errors, which I'm not in favor of because of the noise that it would add to my error logs, because I may or may not want to log, a particular permission denied exception/event.
I'm still looking through spring documentation/api to see if this is possible, but I haven't seen a concrete answer yet, so if you know something about it I would appreciate it.
|