mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit improves the exception message thrown by MultipartParser when it cannot find the end of the multipart body, by showing in the message what the parser is looking for (CRLF--<boundary>). Closes gh-28067