Remove most deprecated APIs that were due for removal in 4.0
Support for rest controller, controler, and servlet endpoints has been kept for now. Issue: 45600
This commit is contained in:
committed by
Phillip Webb
parent
bf385649ec
commit
a78797a2ba
@@ -47,15 +47,6 @@ public class SecurityProperties {
|
||||
*/
|
||||
public static final int BASIC_AUTH_ORDER = Ordered.LOWEST_PRECEDENCE - 5;
|
||||
|
||||
/**
|
||||
* Order applied to the {@code WebSecurityCustomizer} that ignores standard static
|
||||
* resource paths.
|
||||
* @deprecated since 3.5.0 for removal in 4.0.0 since Spring Security no longer
|
||||
* recommends using the {@code .ignoring()} method
|
||||
*/
|
||||
@Deprecated(since = "3.5.0", forRemoval = true)
|
||||
public static final int IGNORED_ORDER = Ordered.HIGHEST_PRECEDENCE;
|
||||
|
||||
/**
|
||||
* Default order of Spring Security's Filter in the servlet container (i.e. amongst
|
||||
* other filters registered with the container). There is no connection between this
|
||||
|
||||
Reference in New Issue
Block a user