|
@@ -34,7 +34,7 @@ final class InheritableThreadLocalSecurityContextHolderStrategy implements Secur
|
|
//~ Methods ========================================================================================================
|
|
//~ Methods ========================================================================================================
|
|
|
|
|
|
public void clearContext() {
|
|
public void clearContext() {
|
|
- contextHolder.set(null);
|
|
|
|
|
|
+ contextHolder.remove();
|
|
}
|
|
}
|
|
|
|
|
|
public SecurityContext getContext() {
|
|
public SecurityContext getContext() {
|