mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-23 18:59:46 +00:00
Deprecate RequiresChannelDsl
Issue gh-16680
This commit is contained in:
parent
c982753d46
commit
eeb67650ee
@ -35,6 +35,7 @@ import org.springframework.web.servlet.handler.HandlerMappingIntrospector
|
|||||||
* @property channelProcessors the [ChannelProcessor] instances to use in
|
* @property channelProcessors the [ChannelProcessor] instances to use in
|
||||||
* [ChannelDecisionManagerImpl]
|
* [ChannelDecisionManagerImpl]
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(message="since 6.5 use redirectToHttps instead")
|
||||||
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
|
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
|
||||||
private val channelSecurityRules = mutableListOf<AuthorizationRule>()
|
private val channelSecurityRules = mutableListOf<AuthorizationRule>()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user