We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3534b74 + eeb6765 commit 3dbcf26Copy full SHA for 3dbcf26
config/src/main/kotlin/org/springframework/security/config/annotation/web/RequiresChannelDsl.kt
@@ -33,6 +33,7 @@ import org.springframework.security.web.util.matcher.RequestMatcher
33
* @property channelProcessors the [ChannelProcessor] instances to use in
34
* [ChannelDecisionManagerImpl]
35
*/
36
+@Deprecated(message="since 6.5 use redirectToHttps instead")
37
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
38
private val channelSecurityRules = mutableListOf<AuthorizationRule>()
39
0 commit comments