Lajos Pólya

Results 2 comments of Lajos Pólya

> @bean @primary public DefaultMethodSecurityExpressionHandler getCustomMethodSecurityExpressionHandler() { return new CustomMethodSecurityExpressionHandler(); } > > Seems to work as well This worked for me but my `CustomMethodSecurityExpressionHandler` class has to be annotated...