Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6381:89aa919997c0 | 6382:b35a50d02890 |
|---|---|
| 86 Kristensen (jerrykan); additional doc changes (upgrade.txt, | 86 Kristensen (jerrykan); additional doc changes (upgrade.txt, |
| 87 RELEASE.txt) John Rouillard) | 87 RELEASE.txt) John Rouillard) |
| 88 - issue2551128 - Impossible to validate a user with unknown timezone | 88 - issue2551128 - Impossible to validate a user with unknown timezone |
| 89 Raise KeyError when an unrecognized timezones is passed to | 89 Raise KeyError when an unrecognized timezones is passed to |
| 90 pytz. (patch Cedric Krier, test John Rouillard) | 90 pytz. (patch Cedric Krier, test John Rouillard) |
| 91 - issue2551129 - Template not found return 500 | |
| 92 Handle traceback caused when requested @template is not found. | |
| 93 Return 400 error in this condition. (patch Cedric Krier, | |
| 94 additional change and test John Rouillard) | |
| 91 | 95 |
| 92 Features: | 96 Features: |
| 93 - issue2550522 - Add 'filter' command to command-line | 97 - issue2550522 - Add 'filter' command to command-line |
| 94 interface. Filter command was actually added in 2.0.0, but this | 98 interface. Filter command was actually added in 2.0.0, but this |
| 95 issue requested transitive searching. So that: | 99 issue requested transitive searching. So that: |
