UrlResource#getFilename() should return unencoded file name #29261
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
UrlResource#getFilename()
currently returns the filename URL-encoded which is in contrast to whatFileSystemResource#getFilename()
returns for the samefile:
resource.In addition, users most likely expect that a filename returned from a method defined in the
Resource
interface is unencoded.The text was updated successfully, but these errors were encountered: