SmileyChris / easy-thumbnails

Easy thumbnails for Django

Home Page:http://easy-thumbnails.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data too long on serving thumbnails

florianschieder opened this issue · comments

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?