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-project
Brian Clozel 6ecbd8d21b Auto-Configure FormContentFilter in Spring MVC
Because `HttpPutFormContentFilter` has been deprecated in Spring
Framework 5.1, this commit updates the auto-configuration to replace it
with the new `FormContentFilter`. This new filter is building on the
previous one and supports HTTP DELETE requests as well.

Both filters should not be used in addition, so the former
configuration has been removed. This commit also adds configuration
metadata to let developers know about the configuration key change.

Closes: gh-13363
6 years ago
..
spring-boot Auto-Configure FormContentFilter in Spring MVC 6 years ago
spring-boot-actuator Merge branch '2.0.x' 6 years ago
spring-boot-actuator-autoconfigure Merge branch '2.0.x' 6 years ago
spring-boot-autoconfigure Auto-Configure FormContentFilter in Spring MVC 6 years ago
spring-boot-cli Configure build to be compatible with Java 11 6 years ago
spring-boot-dependencies Configure build to be compatible with Java 11 6 years ago
spring-boot-devtools Improve Web DEBUG logging output configuration 6 years ago
spring-boot-docs Auto-Configure FormContentFilter in Spring MVC 6 years ago
spring-boot-parent Configure build to be compatible with Java 11 6 years ago
spring-boot-properties-migrator Fix checkstyle ternary issues 6 years ago
spring-boot-starters Remove Narayana support 6 years ago
spring-boot-test Update assertion message in AnnotatedClassFinder.scanPackage() 6 years ago
spring-boot-test-autoconfigure Polish "Allow properties to be configured using slice test annotations" 6 years ago
spring-boot-tools Polish javadoc formatting 6 years ago
pom.xml