placeholder expansion in readme and logues; closes #56

also fixes the "scan" volflag which broke in v1.9.14
This commit is contained in:
ed
2023-10-24 16:37:32 +00:00
parent 063fa3efde
commit 1f75314463
11 changed files with 181 additions and 22 deletions

View File

@@ -149,6 +149,7 @@ class HttpSrv(object):
self._build_statics()
self.ptn_cc = re.compile(r"[\x00-\x1f]")
self.ptn_hsafe = re.compile(r"[\x00-\x1f<>\"'&]")
self.mallow = "GET HEAD POST PUT DELETE OPTIONS".split()
if not self.args.no_dav: