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.
1 parent c982753 commit eeb6765Copy full SHA for eeb6765
config/src/main/kotlin/org/springframework/security/config/annotation/web/RequiresChannelDsl.kt
@@ -35,6 +35,7 @@ import org.springframework.web.servlet.handler.HandlerMappingIntrospector
35
* @property channelProcessors the [ChannelProcessor] instances to use in
36
* [ChannelDecisionManagerImpl]
37
*/
38
+@Deprecated(message="since 6.5 use redirectToHttps instead")
39
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
40
private val channelSecurityRules = mutableListOf<AuthorizationRule>()
41
0 commit comments