spring-boot/spring-boot-samples
Dave Syer 0ccfba939e Switch to a matches-none filter for security.basic.enabled=false
There were some residual issues to do with the changes to the implementation
of security.basic.enabled=false. It was a good idea to have a filetr chain
triggered by the flag being off because it smooths the way for user-defined
filter chains to use the Boot AuthenticationManager (as a first step at least),
but it wasn't a goog idea to add any actual secuity features to that filter.
E.g. if it has HSTS then even an app like Sagan that has some secure endpoints
that it manages itself and the rest is unsecured has issues because it can't
accept connections over HTTP even on unsecure endpoints.

TODO: find a way for security.ssl_enabled=true to apply to only the user-
defined security filter (maybe not possible or worth the effort, since they
can inject a SecurityProperties if they need it?).

See gh-928
2014-06-05 07:04:07 +01:00
..
spring-boot-sample-actuator Use the ServerProperties to add prefixes to paths 2014-05-28 08:41:22 +01:00
spring-boot-sample-actuator-log4j Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-actuator-noweb
spring-boot-sample-actuator-ui Rework HealthEndpoint and HealthIndicator 2014-05-22 12:27:03 +02:00
spring-boot-sample-amqp
spring-boot-sample-aop
spring-boot-sample-batch
spring-boot-sample-data-elasticsearch Fixup POM errors 2014-06-01 13:27:34 +01:00
spring-boot-sample-data-gemfire Fixup POM errors 2014-06-01 13:27:34 +01:00
spring-boot-sample-data-jpa
spring-boot-sample-data-mongodb Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-data-redis
spring-boot-sample-data-rest
spring-boot-sample-data-solr Polish 2014-05-22 20:33:08 +01:00
spring-boot-sample-flyway Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-hornetq Add HornetQ JMS support 2014-05-30 23:26:07 +01:00
spring-boot-sample-integration Merge branch '1.0.x' 2014-05-21 16:38:24 +01:00
spring-boot-sample-jetty
spring-boot-sample-liquibase Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-profile
spring-boot-sample-secure
spring-boot-sample-servlet
spring-boot-sample-simple
spring-boot-sample-tomcat
spring-boot-sample-tomcat-multi-connectors
spring-boot-sample-tomcat8-jsp Fixup incorrect parent version 2014-05-28 15:26:05 +01:00
spring-boot-sample-traditional
spring-boot-sample-web-freemarker Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-web-groovy-templates Add spring-boot-starter-groovy-templates 2014-05-28 16:13:16 +01:00
spring-boot-sample-web-jsp
spring-boot-sample-web-method-security Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-web-secure Switch to a matches-none filter for security.basic.enabled=false 2014-06-05 07:04:07 +01:00
spring-boot-sample-web-static
spring-boot-sample-web-ui Add hibernate-validator to spring-boot-starter-web 2014-05-17 06:47:15 +01:00
spring-boot-sample-web-velocity Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-websocket
spring-boot-sample-xml
pom.xml Add support for Elasticsearch 2014-06-01 12:54:42 +01:00