Skip to content

Commit 116ef5f

Browse files
committed
Add HttpsRedirectFilter
- Added missing JavaDoc Issue gh-16678
1 parent 85b48f8 commit 116ef5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 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.
@@ -135,6 +135,7 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>>
135135
* <li>{@link DisableEncodeUrlFilter}</li>
136136
* <li>{@link ForceEagerSessionCreationFilter}</li>
137137
* <li>{@link ChannelProcessingFilter}</li>
138+
* <li>{@link org.springframework.security.web.transport.HttpsRedirectFilter}</li>
138139
* <li>{@link WebAsyncManagerIntegrationFilter}</li>
139140
* <li>{@link SecurityContextHolderFilter}</li>
140141
* <li>{@link SecurityContextPersistenceFilter}</li>

0 commit comments

Comments
 (0)