mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
SEC-2588: Javadoc fix channelSecurity->requiresChannel
This commit is contained in:
parent
52c585aef1
commit
47acf17323
@ -1000,7 +1000,7 @@ public final class HttpSecurity extends AbstractConfiguredSecurityBuilder<Defaul
|
|||||||
* .and()
|
* .and()
|
||||||
* .formLogin()
|
* .formLogin()
|
||||||
* .and()
|
* .and()
|
||||||
* .channelSecurity()
|
* .requiresChannel()
|
||||||
* .anyRequest().requiresSecure();
|
* .anyRequest().requiresSecure();
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user