In spring boot 3.3.0 @PreAuthorize with SpEL is not working
Ex :
In my controller
@PreAuthorize(hasauthority(#object.name))
PreAuthorize SpEL not working
Any solution for this and any approach for this problem
I need to customise this in controller but in spring boot 2.x it is working as expected
New contributor
sathish_ch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.