Package org.springframework.web.multipart.commons
@NonNullApi
@NonNullFields
package org.springframework.web.multipart.commons
Spring web multipart implementation using Apache Tomcat Multipart.
This package was removed in Spring 6, however
net.solarnetwork.central.security.web.SecurityTokenAuthenticationFilter
does not work with the
org.springframework.web.multipart.support.StandardServletMultipartResolver
as the request body digest cannot be computed after the servlet container
parses the multipart content. The code has been adapted to use Apache
Tomcat's internal version of Commons Fileupload.
-
ClassesClassDescriptionBase class for multipart resolvers that use Apache Commons FileUpload 1.2 or above.Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
MultipartFileimplementation for Apache Commons FileUpload.Servlet-basedMultipartResolverimplementation for Apache Commons FileUpload 1.2 or above.Utilities to help adapt the Tomcat Multipart classes to Spring's Commons Multipart implementation.High level API for processing file uploads.