jamesfredley commented on PR #1205:
URL: 
https://github.com/apache/grails-spring-security/pull/1205#issuecomment-3927728474

   Addressed - the filter now implements `EnvironmentAware` and checks a 
property to allow opting out:
   
   ```yml
   grails:
     plugin:
       springsecurity:
         excludeSpringSecurityAutoConfiguration: false
   ```
   
   Defaults to `true` (exclusions active). Setting it to `false` disables the 
filter entirely and lets all Spring Boot security auto-configurations through - 
for users who want to override or use Spring Boot's security setup directly.
   
   Also updated the README to document both the automatic behavior and the 
opt-out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to