anushrimathur / smart-lencioni-image-resizer

Automatically exported from code.google.com/p/smart-lencioni-image-resizer
GNU General Public License v3.0
0 stars 0 forks source link

'&' character in file name excludes image from being loaded / shown #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Rename a file to H&H SS12 invite.jpg 

What is the expected output? 
http://my/path/to/file/H&H%20SS12%20invite.jpg
(or something like that)

What do you see instead?
http://my/path/to/file/H

What version of the product are you using? On what operating system?
@version $Revision: 129 $

Please provide any additional information below.

I just experienced that if I have a '&' character in the filename,
then the filename is "copped of". 

Original issue reported on code.google.com by spsti...@hotmail.com on 20 Aug 2011 at 10:40

GoogleCodeExporter commented 9 years ago
The ampersand needs to be encoded for a URL by using %26

Original comment by joe.lencioni on 21 Aug 2011 at 6:56