Skip to content

Commit

Permalink
Update usage.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald authored Feb 3, 2023
1 parent fa098de commit ae6aa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/docs/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Audit logging usually requires auditing the user and/or request context for a sp

[WARNING]
====
Spring-Security-Core plugin between version 3.2.1 and 4.0.1 has been set to MODE_INHERITABLETHREADLOCAL. This is highly insecure, as it might keep the security context. This setting was changed back to the secure MODE_THREADLOCAL in Spring-Security-Core 4.0.1. If you use a Spring-Security-Core plugin and see weird actor behavior, either upgrade the Spring-Security-Core plugin, or explicitly set the SecurityContextHolder strategy to MODE_THREADLOCAL.
Spring-Security-Core plugin between version 3.2.1 and 4.0.1 has been set to MODE_INHERITABLETHREADLOCAL. This can lead to current actor problems, as it might keep the former security context. This setting was changed back to the secure MODE_THREADLOCAL in Spring-Security-Core 4.0.1. If you use a Spring-Security-Core plugin and see weird actor behavior, either upgrade the Spring-Security-Core plugin, or explicitly set the SecurityContextHolder strategy to MODE_THREADLOCAL.
https://github.com/grails/grails-spring-security-core/issues/587
====

Expand Down

0 comments on commit ae6aa97

Please sign in to comment.