Spring Boot with AclPermissionEvaluator resulting in IllegalStateException: No ServletContext set
问题 Hello experts, I'm currently learning Spring Boot and I want to use it with Spring Security ACL. Following the documentation of Spring Security and a tutorial on Baeldung.com, I think I got an understanding about what is needed. I also looked into the DMS example of Spring. I stumbled across another example by searching for a solution. Based on this information, I have build my application. For reference, you can find the current application on GitHub. The current issue When I start the