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 Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-actuator-ui Rework HealthEndpoint and HealthIndicator 2014-05-22 12:27:03 +02:00
spring-boot-sample-amqp Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-aop Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-batch Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
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 Make RunMojo fork a new process 2014-05-01 09:48:05 +01:00
spring-boot-sample-data-mongodb Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-data-redis Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-data-rest Polish 2014-04-25 15:57:43 +01:00
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 Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-liquibase Polish 2014-05-20 18:26:56 +01:00
spring-boot-sample-profile Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-secure Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-servlet Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-simple Polish 2014-04-30 21:53:24 +01:00
spring-boot-sample-tomcat Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-tomcat-multi-connectors Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-tomcat8-jsp Fixup incorrect parent version 2014-05-28 15:26:05 +01:00
spring-boot-sample-traditional Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
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 Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
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 Update Boot version in gradle samples 2014-04-30 17:51:13 +01:00
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 Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-sample-xml Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
pom.xml Add support for Elasticsearch 2014-06-01 12:54:42 +01:00