You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 years ago
..
spring-boot-sample-actuator Use the ServerProperties to add prefixes to paths 11 years ago
spring-boot-sample-actuator-log4j Polish 11 years ago
spring-boot-sample-actuator-noweb Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-actuator-ui Rework HealthEndpoint and HealthIndicator 11 years ago
spring-boot-sample-amqp Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-aop Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-batch Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-data-elasticsearch Fixup POM errors 11 years ago
spring-boot-sample-data-gemfire Fixup POM errors 11 years ago
spring-boot-sample-data-jpa Make RunMojo fork a new process 11 years ago
spring-boot-sample-data-mongodb Polish 11 years ago
spring-boot-sample-data-redis Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-data-rest Polish 11 years ago
spring-boot-sample-data-solr Polish 11 years ago
spring-boot-sample-flyway Polish 11 years ago
spring-boot-sample-hornetq Add HornetQ JMS support 11 years ago
spring-boot-sample-integration Merge branch '1.0.x' 11 years ago
spring-boot-sample-jetty Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-liquibase Polish 11 years ago
spring-boot-sample-profile Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-secure Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-servlet Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-simple Polish 11 years ago
spring-boot-sample-tomcat Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-tomcat-multi-connectors Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-tomcat8-jsp Fixup incorrect parent version 11 years ago
spring-boot-sample-traditional Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-web-freemarker Polish 11 years ago
spring-boot-sample-web-groovy-templates Add spring-boot-starter-groovy-templates 11 years ago
spring-boot-sample-web-jsp Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-web-method-security Polish 11 years ago
spring-boot-sample-web-secure Switch to a matches-none filter for security.basic.enabled=false 11 years ago
spring-boot-sample-web-static Update Boot version in gradle samples 11 years ago
spring-boot-sample-web-ui Add hibernate-validator to spring-boot-starter-web 11 years ago
spring-boot-sample-web-velocity Polish 11 years ago
spring-boot-sample-websocket Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
spring-boot-sample-xml Move master to 1.1.0.BUILD-SNAPSHOT 11 years ago
pom.xml Add support for Elasticsearch 11 years ago