|
|
|
@ -69,6 +69,7 @@ public class SecurityContextChannelInterceptorTests { |
|
|
|
|
|
|
|
|
|
|
|
@AfterEach |
|
|
|
@AfterEach |
|
|
|
public void cleanup() { |
|
|
|
public void cleanup() { |
|
|
|
|
|
|
|
this.interceptor.afterMessageHandled(this.messageBuilder.build(), this.channel, this.handler, null); |
|
|
|
SecurityContextHolder.clearContext(); |
|
|
|
SecurityContextHolder.clearContext(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|