1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.5.x'

This commit is contained in:
Josh Cummings
2025-09-02 16:45:30 -06:00
@@ -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>()