Max file/request size config item
mpesa1975 opened this issue · 3 comments
mpesa1975 commented
Hi,
I found one discrepancy at https://spring.io/guides/gs/uploading-files/:
spring.servlet.multipart.max-file-size=128KB
spring.servlet.multipart.max-request-size=128KB
versus
spring.http.multipart.max-file-size
spring.http.multipart.max-request-size
Which one is correct?
gregturn commented
spring.http.multpart.*
has been deprecated.
mpesa1975 commented
Since which version?
gregturn commented
This probably occurred in Boot 2.0. They went through and normalized a lot of properties.