qiaofan / timthumb

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

Invalid url if the image contains "à", "è", "ì", etc.. #211

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pass an url with an accented letter
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2

Please provide any additional information below.
If you disable the "validate_url" it works fine.

Original issue reported on code.google.com by andrea.g...@gmail.com on 1 Aug 2011 at 3:54

GoogleCodeExporter commented 8 years ago
Accented letters are not valid URL's. You need to url escape them before you 
hand them to timthumb.

Original comment by mmaun...@gmail.com on 5 Aug 2011 at 10:28