506 Commits (d64cc082dbc10076e0256bb3dde1aa4b022b214a)

Author SHA1 Message Date
Stephane Nicoll d64cc082db Harmonize property name 11 years ago
Andy Wilkinson b875a00ebd Tighten up conditions: a web application may not be using Spring MVC 11 years ago
Phillip Webb 7e771bb655 Fix ParentAwareNamingStrategy and JMX auto-config 11 years ago
Phillip Webb c46478f97d Guard for multiple ContentNegotiatingViewResolvers 11 years ago
Dave Syer f4e12e96c6 Additional condition to protect Reactor 2.0 users 11 years ago
Phillip Webb 96d479c3d9 Make RequestMappingHandlerMapping @Primary 11 years ago
Phillip Webb fcad7c4fde Guard for null BeanFactory in @ConditionalOnBean 12 years ago
Andy Wilkinson 3b78aa9493 Make Security auto-config conditional on spring-security-config 12 years ago
Andy Wilkinson 64599261a5 Allow mongo port, host, and credentials to be configured individually 12 years ago
Andy Wilkinson 9270303a9a Remove double “and” from DataSourceInitializer’s javadoc 12 years ago
Nicolás J. García f51b304c2a Update JackonAutoConfiguration to apply all http.mappers properties 12 years ago
Phillip Webb b79934a7a4 Detect existing MultipartResolver beans 12 years ago
Phillip Webb 8ba71c88f5 Polish 12 years ago
Dave Syer b20d02a31d Make a lazy AuthenticationManager if we think it's already configured 12 years ago
Andy Wilkinson 0f17142366 Make GroovyWebConfiguration conditional on spring-webmvc's availability 12 years ago
Andy Wilkinson e2dd659dd1 Include condition's location (class or method name) in message 12 years ago
Phillip Webb 6009f41782 Polish 12 years ago
Dave Syer 3135c7f8ae Escape strings in whitelabel error page (HTML) 12 years ago
Phillip Webb bff39e954e Add `server.tomcat.port-header` support 12 years ago
Phillip Webb 0dc46a2fe7 Drop protocolHeader and remoteIpHeader defaults 12 years ago
Dave Syer 304920df07 Make Thymeleaf @ConditionalOnWebApplication 12 years ago
Tomas Lin 38d8a5cda0 Fix typo in comment 12 years ago
Phillip Webb 468db03aef Formatting 12 years ago
Dave Syer d6165d97dd A few tweaks that might improve performance on startup 12 years ago
Andy Wilkinson 6dcaec2fef Make all @Bean methods public 12 years ago
Phillip Webb 611f978181 Make all @Bean methods public 12 years ago
Phillip Webb 62a5ce52d0 Backport Jetty/Tomcat SSL support 12 years ago
Phillip Webb c0f69d28d3 Remove inadvertently committed debug System.out 12 years ago
Dave Syer 95c15733bc Use ErrorController.getErrorPath() to ignore the error path for security 12 years ago
Andy Wilkinson eed58eecb4 Improve error handling in EnableAutoConfigurationImportSelector 12 years ago
Andy Wilkinson 468b6cb1f7 Add support for configuring RemoteIpValve’s internalProxies 12 years ago
Dave Syer 6456f2a542 Add url,user,password to LiquibaseProperties 12 years ago
Dave Syer 437fb75424 Add /error to ignored paths for security autoconfig 12 years ago
Dave Syer 9902f98a3d Ensure the AuthenticationManager is created when needed 12 years ago
Phillip Webb 34cbcf5e50 Support better HttpMessageConverters manipulation 12 years ago
Dave Syer 95d65c2ff5 Add indirection to avoid runtime dependency on MVC in templates 12 years ago
Dave Syer 607f78a779 Add secure sample with JDBC and data.sql 12 years ago
Phillip Webb d515595ca1 Detect embedded DBs when deducing driver class 12 years ago
Phillip Webb 650e326ae7 Align MessageSource path search fix with SPR-12095 12 years ago
Phillip Webb eb721b1e9f Find 'messages*.properties' in all jar URLs 12 years ago
Phillip Webb 6e6bc25c44 Polish 12 years ago
Dave Syer 91d3edc220 Tidy imports 12 years ago
Dave Syer 0cf1c6f0e5 Refactor AuthenticationManagerConfiguration to make sure it works 12 years ago
Dave Syer 38f8d65756 Use ApplicationEvent to ensure that authentication event publisher is registered 12 years ago
Phillip Webb 88828f5097 Use MongoDbFactory to create GridFsTemplate 12 years ago
Andy Wilkinson 7d213950ad Never run data.sql scripts if spring.datasource.initialize is false 12 years ago
Dave Syer 6c5f8f9581 Add @Inherited to @EnableAutoConfiguration 12 years ago
Phillip Webb f8bf0e2031 Polish 12 years ago
Phillip Webb 5e1552b718 Retain default order in HttpMessageConverters 12 years ago
Dave Syer 05e6af23cf Prepend without replacing in HttpMessageConverters 12 years ago