Add security.basic.authorize-mode property

Add a `security.basic.authorize-mode` property that can be used to
affect how basic security authorization is applied.

Fixes gh-2462
This commit is contained in:
Phillip Webb
2015-02-25 12:36:55 -08:00
parent f7221be7c9
commit 1231da1c2f
5 changed files with 95 additions and 4 deletions

View File

@@ -211,6 +211,7 @@ content into your application; rather pick only the properties that you need.
security.basic.enabled=true
security.basic.realm=Spring
security.basic.path= # /**
security.basic.authorize-mode= # ROLE, AUTHENTICATED, NONE
security.filter-order=0
security.headers.xss=false
security.headers.cache=false