Skip to content

Commit 3dbcf26

Browse files
committed
Merge branch '6.5.x'
2 parents 3534b74 + eeb6765 commit 3dbcf26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/src/main/kotlin/org/springframework/security/config/annotation/web/RequiresChannelDsl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import org.springframework.security.web.util.matcher.RequestMatcher
3333
* @property channelProcessors the [ChannelProcessor] instances to use in
3434
* [ChannelDecisionManagerImpl]
3535
*/
36+
@Deprecated(message="since 6.5 use redirectToHttps instead")
3637
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
3738
private val channelSecurityRules = mutableListOf<AuthorizationRule>()
3839

0 commit comments

Comments
 (0)