diff CHANGES.txt @ 6382:b35a50d02890

Fix issue2551129 - Template not found return 500 and traceback Handle traceback caused when requested @template is not found. Moved scope of try to include call to self.selectTemplate. Patch provided by Cedric Krier. Additional patch to make this case return 400 error since it is a client caused error. Test case added.
author John Rouillard <rouilj@ieee.org>
date Sun, 18 Apr 2021 20:54:48 -0400
parents d76291836523
children e9760702bf0c
line wrap: on
line diff
--- a/CHANGES.txt	Sun Apr 18 19:28:12 2021 -0400
+++ b/CHANGES.txt	Sun Apr 18 20:54:48 2021 -0400
@@ -88,6 +88,10 @@
 - issue2551128 - Impossible to validate a user with unknown timezone
   Raise KeyError when an unrecognized timezones is passed to
   pytz. (patch Cedric Krier, test John Rouillard)
+- issue2551129 - Template not found return 500
+  Handle traceback caused when requested @template is not found.
+  Return 400 error in this condition. (patch Cedric Krier,
+  additional change and test John Rouillard)
 
 Features:
 - issue2550522 - Add 'filter' command to command-line

Roundup Issue Tracker: http://roundup-tracker.org/