File tree 1 file changed +2
-1
lines changed
config/src/main/java/org/springframework/security/config/annotation/web
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2024 the original author or authors.
2
+ * Copyright 2002-2025 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.
@@ -135,6 +135,7 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>>
135
135
* <li>{@link DisableEncodeUrlFilter}</li>
136
136
* <li>{@link ForceEagerSessionCreationFilter}</li>
137
137
* <li>{@link ChannelProcessingFilter}</li>
138
+ * <li>{@link org.springframework.security.web.transport.HttpsRedirectFilter}</li>
138
139
* <li>{@link WebAsyncManagerIntegrationFilter}</li>
139
140
* <li>{@link SecurityContextHolderFilter}</li>
140
141
* <li>{@link SecurityContextPersistenceFilter}</li>
You can’t perform that action at this time.
0 commit comments