jmix
jmix copied to clipboard
When downloading a file using the download URL the spaces in the filename are not preserved
Jmix: 1.3.0
If we've uploaded a file called My file.docx
then when we download it using REST API the name of downloaded file contains + instead of space: My+file.docx
.
See forum topic
Probably, we should encode the filename header using RFC5987