Switch basic auth back on in web-secure

Setting security.basic.enabled=false in a secure
app doesn't make a lot of sense. The sample has it
set to true now (the default) so users can login
(via the form that is sitting in front of the
basic auth filter chain).

Fixes gh-997
This commit is contained in:
Dave Syer 2014-05-30 13:04:28 +01:00
parent 819b3b9761
commit 2025dbad61

View File

@ -1,3 +1,2 @@
spring.thymeleaf.cache: false
debug: true
security.basic.enabled: false