diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-08-28 15:37:55 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-08-28 15:37:55 -0700 |
commit | 797777baad68a1e556d35ef05f346b54452bd7a1 (patch) | |
tree | a1b463d8e458ee5127053399e3be72067263f1a1 /sites | |
parent | 9f1d317b7a9a7c4beb55adaddb50cb19b784e204 (diff) |
2nd amendment doesn't grant the right to bare excepts
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3eb88485..83fc8a8f 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :support:`-` Display exception type and message when logging auth-rejection + messages (ones reading ``Auth rejected: unsupported or mangled public key``); + previously this error case had a bare except and did not display exactly why + the key failed. It will now append info such as ``KeyError: + 'some-unknown-type-string'`` or similar. * :feature:`1042` (also partially :issue:`531`) Implement generic (suitable for all key types) client-side certificate authentication. |