Polish
This commit is contained in:
@@ -48,7 +48,7 @@ public class SecurityProperties implements SecurityPrerequisite {
|
||||
/**
|
||||
* Order applied to the WebSecurityConfigurerAdapter that is used to configure basic
|
||||
* authentication for application endpoints. If you want to add your own
|
||||
* authentication for all or some of those endpoints the best thing to do is add your
|
||||
* authentication for all or some of those endpoints the best thing to do is to add your
|
||||
* own WebSecurityConfigurerAdapter with lower order.
|
||||
*/
|
||||
public static final int BASIC_AUTH_ORDER = Ordered.LOWEST_PRECEDENCE - 5;
|
||||
|
||||
Reference in New Issue
Block a user