From d23a6e7b1be5de36f226f8535ed4b086a97af3bf Mon Sep 17 00:00:00 2001 From: macneiln Date: Mon, 7 Sep 2020 20:55:21 +1200 Subject: [PATCH] Remove missed period from h_args Update as part of adding hash_extension functionality. --- gluon/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/html.py b/gluon/html.py index 9b8b52b0..49890fa6 100644 --- a/gluon/html.py +++ b/gluon/html.py @@ -488,7 +488,7 @@ def verifyURL(request, hmac_key=None, hash_vars=True, salt=None, user_signature= if h_extension: h_extension = '.%s' % (h_extension) - h_args = '/%s/%s/%s.%s%s' % (request.application, + h_args = '/%s/%s/%s%s%s' % (request.application, request.controller, request.function, h_extension,