ContentDisposition::parse does not support Windows paths #30111
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
use Spring6, the browser is Edge's IE mode
In the past, using IE browser will get the full path of the file, while other browsers will get the file name
When I use Spring6 and IE Mode of Edge to upload a file, the obtained file name does not contain the path separator
like this:
The correct path is D:\images\01\1.png
But now I got the wrong file path: D:images011.png
The separator in the path disappears and the reserved ":"
In Spring 5:
It seems to be related to #28837
The ContentDisposition.parse method returned an incorrect result
The text was updated successfully, but these errors were encountered: