File tree 1 file changed +1
-2
lines changed
config/src/main/java/org/springframework/security/config/annotation/web/configurers
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -335,7 +335,6 @@ private LogoutFilter createLogoutFilter(H http) {
335
335
LogoutFilter result = new LogoutFilter (getLogoutSuccessHandler (), handlers );
336
336
result .setSecurityContextHolderStrategy (getSecurityContextHolderStrategy ());
337
337
result .setLogoutRequestMatcher (getLogoutRequestMatcher (http ));
338
- result .setSecurityContextHolderStrategy (getSecurityContextHolderStrategy ());
339
338
result = postProcess (result );
340
339
return result ;
341
340
}
You can’t perform that action at this time.
0 commit comments