Lajos Pólya
Results
2
comments of
Lajos Pólya
Why were the classes made `static` in the workaround?
> @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...