The WSGI specification requires that URL-paths be encoded as ISO-8859-1 (Latin-1). For filenames that only use ASCII characters, this works correctly. When a filename includes characters encoded in other character sets, however, the thumbnail controller will return always HTTP 404 if the local filesystem does not also use the Latin-1 character set. To work around this discrepancy and ensure that requested file names are looked up on the local filesystem correctly, the string must be re-encoded in the proper character set. |
||
---|---|---|
src/dcow | ||
static | ||
.gitignore | ||
MANIFEST.in | ||
debug.py | ||
setup.py |