placeholder expansion in readme and logues; closes #56
also fixes the "scan" volflag which broke in v1.9.14
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user