SmileyChris / easy-thumbnails

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

Data too long on serving thumbnails #630

Open florianschieder opened 4 months ago

florianschieder commented 4 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?