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
pull/3074/head
Dave Syer 11 years ago
parent 819b3b9761
commit 2025dbad61

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