Browse Source

Merge branch '6.5.x'

pull/17846/head
Josh Cummings 7 months ago
parent
commit
3dbcf266e9
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 1
      config/src/main/kotlin/org/springframework/security/config/annotation/web/RequiresChannelDsl.kt

1
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,6 +33,7 @@ import org.springframework.security.web.util.matcher.RequestMatcher
* @property channelProcessors the [ChannelProcessor] instances to use in
* [ChannelDecisionManagerImpl]
*/
@Deprecated(message="since 6.5 use redirectToHttps instead")
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
private val channelSecurityRules = mutableListOf<AuthorizationRule>()

Loading…
Cancel
Save