SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.39k stars 319 forks source link

Data too long on serving thumbnails #630

Open florianschieder opened 8 months ago

florianschieder commented 8 months ago

Thumbnail sources and files have the same path restriction (255 characters). This leads to possible "Data too long errors" when serving a thumbnailed version. Could this be fixed e.g. by assuring that source paths are always shorter than thumbnailed paths?