jyotiverma0310 / burningimage

Automatically exported from code.google.com/p/burningimage
0 stars 0 forks source link

Uppercase file name endings #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. upload file with large ending, e.g.: .JPG
2. doWith(request.getFile('file'), "/tmp").execute{it.scaleApproximate(5,5)}
3. look into the file system and *boom* -> file.jpg was written

What is the expected output?
file.JPG
What do you see instead?
file.jpg

What version of the product are you using? On what operating system?
burning-image:0.5.1

Original issue reported on code.google.com by m.igloff...@gmail.com on 15 Apr 2013 at 9:40

GoogleCodeExporter commented 9 years ago
This has bitten me too. It would nice if it we could even get the returned 
filename. Or be able to specify it.

Original comment by scottwar...@ocomsoft.com on 11 Dec 2013 at 1:33