Hello,
You guys did fantastic job on creating this project :)
As I go through the source code of the demos I noticed some comments like "Secured method not working.", so I decided to give it a try.
It turned out its true that the annotation like @Secured("ROLE_ADMIN") is really not working. You can even comment it out or change the role to something else but the service is still protected.
This makes believe the application is secured from an application level.
Do you have any idea why it is like this and is there any way to get finer grained security?
Thanks
Aaron Li