Commit graph

6 commits

Author SHA1 Message Date
clime
48f795801f fix bug with renderring error responses
* they were rendered incorrectly due to printing Content-type with
extra new line already in main body. That means error statuses were
not properly handed to httpd. Also fix related buggy test.
2019-06-14 10:34:08 +02:00
clime
d2329ea330 add support for setting mtime for an uploaded file 2018-11-15 15:49:13 +01:00
clime
ba8fd50109 use config.get('upload', 'option') instead of config['upload'].get('option')
* the former does not give internal server error when 'upload' is missing
2018-02-26 14:10:27 +01:00
clime
84b5223c41 add distgit-centos7 machine config, add possibility to test against it, add more (direct) tests 2018-02-19 11:48:00 +01:00
clime
2a0f076dab also test no default namespace being set 2018-02-06 21:15:24 +01:00
clime
62fcde705d added new test suite 2018-02-06 20:01:13 +01:00