fix unpost filters with slashes
This commit is contained in:
parent
dd7fab1352
commit
71bd306268
@ -2849,6 +2849,7 @@ class HttpCli(object):
|
|||||||
raise Pebkac(500, "sqlite3 is not available on the server; cannot unpost")
|
raise Pebkac(500, "sqlite3 is not available on the server; cannot unpost")
|
||||||
|
|
||||||
filt = self.uparam.get("filter")
|
filt = self.uparam.get("filter")
|
||||||
|
filt = unquotep(filt or "")
|
||||||
lm = "ups [{}]".format(filt)
|
lm = "ups [{}]".format(filt)
|
||||||
self.log(lm)
|
self.log(lm)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user