Skip to content

Commit

Permalink
Merge pull request #26678 from 1993heqiang
Browse files Browse the repository at this point in the history
* pr/26678:
  Polish "Fix Commons FileUpload URL in reference guide"
  Fix Commons FileUpload URL in reference guide

Closes gh-26678
  • Loading branch information
snicoll committed Mar 15, 2021
2 parents 9c030ba + a3451f9 commit 8bf16ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/web/webmvc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ request with a simple request parameter.

`MultipartResolver` from the `org.springframework.web.multipart` package is a strategy
for parsing multipart requests including file uploads. There is one implementation
based on https://jakarta.apache.org/commons/fileupload[Commons FileUpload] and another
based on Servlet 3.0 multipart request parsing.
based on https://commons.apache.org/proper/commons-fileupload[Commons FileUpload] and
another based on Servlet 3.0 multipart request parsing.

To enable multipart handling, you need to declare a `MultipartResolver` bean in your
`DispatcherServlet` Spring configuration with a name of `multipartResolver`.
Expand Down

0 comments on commit 8bf16ee

Please sign in to comment.