• Brian Clozel's avatar
    Auto-Configure FormContentFilter in Spring MVC · 6ecbd8d2
    Brian Clozel authored
    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
    6ecbd8d2
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix-test-auto-configuration.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...