springboot项目中上传文件,在http的访问请求时没问题,当换成https访问以后出现
IOFileUploadException: Processing of multipart/form-data request failed. Stream ended unexpectedly 问题
试了各种关于文件大小的配置都没有用
springboot内置tomcat存在bug,
之前springboot内置的tomcat是9.0.31版本,升级到9.0.41问题解决.
https接口接收文件大于10kb就 Stream ended unexpectedly
原文:https://www.cnblogs.com/Crush123/p/14446933.html