Mercurial > p > roundup > code
diff CHANGES.txt @ 6393:51a1a9b0f567
- issue2551062: AddPermission doesn't validate property names.
roundup-admin security stops output when it finds an invalid
property. It used to try to print the rest of the security
properties. So errors were lost in the output.
If roundup-admin is run non-interactively it exits with status 1
so it can be used in a script to validate the properties schema.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 06 May 2021 18:56:47 -0400 |
| parents | e9760702bf0c |
| children | 26e5c42f148c |
line wrap: on
line diff
--- a/CHANGES.txt Wed Apr 28 16:43:15 2021 +0200 +++ b/CHANGES.txt Thu May 06 18:56:47 2021 -0400 @@ -92,6 +92,9 @@ Handle traceback caused when requested @template is not found. Return 400 error in this condition. (patch Cedric Krier, additional change and test John Rouillard) +- issue2551062: roundup-admin security now exits status 1 when + it finds an invalid property. It no longer tries to print the rest + of the security properties. (John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
