Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.2, 1.4.0-RC2
-
Patch
Description
The spring integration only checks the method annotations. When the security annotations are on the type, no authentication will be required.
@RequiresAuthentication //ignored interface Business { //not secured void criticalSomething(); }
Links
- Related mailing list thread: mail archive
- github pull request
- a possible workaround