Fix Commons FileUpload URL in reference guide

See gh-26678
This commit is contained in:
heqiang 2021-03-15 10:57:28 +08:00 committed by Stephane Nicoll
parent 9c030bacb8
commit 5c38b89f4e
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ 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 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