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