diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-11-01 00:50:14 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-11-01 00:50:14 +0100 |
commit | 1c86273edb63f641064bca3a7d40f425e0da09ec (patch) | |
tree | 15fbd5f0f58f796386a02d6f60119dbeff133871 /releases.moxie | |
parent | 0ca5cf292fd1c6c02a2a24734ad6612ecffd45d9 (diff) | |
download | gitblit-1c86273edb63f641064bca3a7d40f425e0da09ec.tar.gz gitblit-1c86273edb63f641064bca3a7d40f425e0da09ec.zip |
authority: Fix null pointer crash for deleted users
When a user had a certificate, i.e. an entry in the Gitblit Authority
database, but the user was deleted from the Gitblit database, then the
Authority application crashes upon loading. This patch prevents the
crash. The deleted user is no longer shown in the Authority. But the
database entry still is kept. This should be improved to show deleted
users and give the possibility to delete them from the Authority's
database.
This fixes #1359
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/releases.moxie b/releases.moxie index 41ad6642..35e4cce4 100644 --- a/releases.moxie +++ b/releases.moxie @@ -11,7 +11,8 @@ r34: { html: ~ text: ~ security: ~ - fixes: ~ + fixes: + - Fix crash in Gitblit Authority when users were deleted from Gitblit but still had entries (certificates) in the Authority. changes: - Minimum Java required increased to Java 8 additions: ~ |