spring-boot/spring-boot-cli/samples
Dave Syer 5e3cc95ccf Adjust security.basic.enabled=false behaviour
Actually the web-secure sample is misusing
security.basic.enabled=false (IMO) - it should be a flag
to say that you want to temporarily disable the basic security
fallback on application endpoins, not  way to disable all
security autoconfiguration.

Added test case to web-secure sample to ensure a user
can log in.

Fixes gh-979
2014-05-29 13:25:01 +01:00
..
actuator.groovy
app.groovy Make "." be the CLI's default classpath 2013-12-04 11:13:49 +00:00
beans.groovy Polish 2014-05-20 18:26:56 +01:00
device.groovy
http.groovy Fix broken test due to random port change 2014-04-23 20:10:30 +01:00
integration.groovy CLI Integration Sample Shutdown 2014-05-02 11:17:19 +01:00
jms.groovy Add more JMS sample log output 2014-02-06 15:30:32 -08:00
job.groovy
rabbit.groovy
reactor.groovy Adjust security.basic.enabled=false behaviour 2014-05-29 13:25:01 +01:00
runner.groovy
runner.xml
secure.groovy
template.groovy Enhance Groovy template support in CLI 2014-05-20 12:36:32 +01:00
tx.groovy
ui.groovy Switch to thymeleaf-spring4 2013-12-19 13:40:24 +00:00
web.groovy