|
@@ -444,7 +444,7 @@ public class AbstractSecurityWebSocketMessageBrokerConfigurerTests {
|
|
// @formatter:on
|
|
// @formatter:on
|
|
|
|
|
|
@Bean
|
|
@Bean
|
|
- public SecurityExpressionHandler<Message<Object>> messageSecurityExpressionHandler() {
|
|
|
|
|
|
+ public static SecurityExpressionHandler<Message<Object>> messageSecurityExpressionHandler() {
|
|
return new DefaultMessageSecurityExpressionHandler<Object>() {
|
|
return new DefaultMessageSecurityExpressionHandler<Object>() {
|
|
@Override
|
|
@Override
|
|
protected SecurityExpressionOperations createSecurityExpressionRoot(
|
|
protected SecurityExpressionOperations createSecurityExpressionRoot(
|