mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Compare commits
2 Commits
master
...
cb858937a1
Author | SHA1 | Date | |
---|---|---|---|
cb858937a1 | |||
888f83337b |
@ -101,7 +101,7 @@ def application(
|
||||
for hook in middleware.pre_hooks:
|
||||
hook(ctx)
|
||||
try:
|
||||
response = handler(ctx, match.groupdict())
|
||||
response = handler(ctx, {k: urllib.parse.unquote(v) for k, v in match.groupdict().items()})
|
||||
except Exception:
|
||||
ctx.session.rollback()
|
||||
raise
|
||||
|
Reference in New Issue
Block a user