Skip to content

Commit e7e65ef

Browse files
committed
fix security filter sort in javadoc
Closes gh-14531
1 parent 29f20de commit e7e65ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/HttpSecurityBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 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.
@@ -126,8 +126,8 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>>
126126
* The ordering of the Filters is:
127127
*
128128
* <ul>
129-
* <li>{@link ForceEagerSessionCreationFilter}</li>
130129
* <li>{@link DisableEncodeUrlFilter}</li>
130+
* <li>{@link ForceEagerSessionCreationFilter}</li>
131131
* <li>{@link ChannelProcessingFilter}</li>
132132
* <li>{@link SecurityContextPersistenceFilter}</li>
133133
* <li>{@link LogoutFilter}</li>

0 commit comments

Comments
 (0)