]> source.dussan.org Git - gitblit.git/commit
authority: Fix null pointer crash for deleted users 1435/head
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 31 Oct 2022 23:50:14 +0000 (00:50 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 31 Oct 2022 23:50:14 +0000 (00:50 +0100)
commit1c86273edb63f641064bca3a7d40f425e0da09ec
tree15fbd5f0f58f796386a02d6f60119dbeff133871
parent0ca5cf292fd1c6c02a2a24734ad6612ecffd45d9
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
releases.moxie
src/main/java/com/gitblit/authority/GitblitAuthority.java