Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename max-http-post-size server property #18566

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2019

  1. Add server prop max-http-form-post-size and deprecate max-http-post-size

    Due to the unclarity that properties server.tomcat.max-http-post-size 
    and server.jetty.max-http-post-size only apply to POSTed form content, the 
    two properties are deprecated in favor of newly introduced server properties 
    server.tomcat.max-http-form-post-size & server.jetty.max-http-form-post-size.
    
    Fixes spring-projectsgh-18521
    rhamedy committed Oct 17, 2019
    Copy the full SHA
    aa8fc40 View commit details
    Browse the repository at this point in the history