fix unpost filters with slashes

This commit is contained in:
ed 2023-01-13 17:56:32 +00:00
parent dd7fab1352
commit 71bd306268

View file

@ -2849,6 +2849,7 @@ class HttpCli(object):
raise Pebkac(500, "sqlite3 is not available on the server; cannot unpost")
filt = self.uparam.get("filter")
filt = unquotep(filt or "")
lm = "ups [{}]".format(filt)
self.log(lm)