When uploading Arabic files in Spring, filename ends up with XML entities instead of Arabic glyphs
- by sword101
I am using Spring upload to upload files. When uploading an Arabic file and getting the original file name in the controller, I get something like:
المغفلين.png
I expect it to be:
????????.png
Any ideas why this problem occur?