File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
config/src/main/java/org/springframework/security/config/annotation/web Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 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.
@@ -126,8 +126,8 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>>
126
126
* The ordering of the Filters is:
127
127
*
128
128
* <ul>
129
- * <li>{@link ForceEagerSessionCreationFilter}</li>
130
129
* <li>{@link DisableEncodeUrlFilter}</li>
130
+ * <li>{@link ForceEagerSessionCreationFilter}</li>
131
131
* <li>{@link ChannelProcessingFilter}</li>
132
132
* <li>{@link SecurityContextPersistenceFilter}</li>
133
133
* <li>{@link LogoutFilter}</li>
You can’t perform that action at this time.
0 commit comments