Go to file
MasterofJOKers 907013522c Make `targetDir` absolute by default
When serving a `../` as directory (with `-l`), servefile creates an
endless 301-redirect loop. Having an absolute path fixes this. Since
this error might come up any time again, we're setting `targetDir` to
its absolute path right from the beginning and never have to worry about
it later on.
2020-01-15 00:07:07 +01:00
tests Make `targetDir` absolute by default 2020-01-15 00:07:07 +01:00
.gitignore Initial tests 2019-02-17 21:29:23 +01:00
ChangeLog Moved to v0.4.4 2015-11-10 21:12:49 +01:00
MANIFEST.in Moved to version v0.4.1 2012-05-04 16:32:17 +02:00
servefile Make `targetDir` absolute by default 2020-01-15 00:07:07 +01:00
servefile.1 Document lzma/xz support in manpage 2019-02-14 23:25:36 +01:00
setup.py Initial tests 2019-02-17 21:29:23 +01:00
tox.ini tests: Pass additional tox args to pytest 2019-02-24 16:00:38 +01:00