diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-11-16 23:08:31 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-11-16 23:14:44 +0100 |
commit | c84179a751da1e4bb84e7d30ff848c0d197ec6a2 (patch) | |
tree | 584ba5625fa8816c5e8e4874f0937d0fe080474d /src/main/java/com/gitblit/wicket/panels/RepositoryUrlPanel.html | |
parent | 5fd9d9ef7955bda0129f6e971626c4c1b9dbbc2d (diff) | |
download | gitblit-c84179a751da1e4bb84e7d30ff848c0d197ec6a2.tar.gz gitblit-c84179a751da1e4bb84e7d30ff848c0d197ec6a2.zip |
Fix issue with not serialisable ed25519 SSH keys
Adding Ed25519 keys brings the problem that with the library currently
used, the PublicKey instance of that key is not serialisable. This
results in an exception when wicket tries to cache the UsersPage.
So change the SshKeysPanel so that the PublicKey object is removed
from the `SshKey` when the panel is detached. It can be regenerated from
the raw key data.
Diffstat (limited to 'src/main/java/com/gitblit/wicket/panels/RepositoryUrlPanel.html')
0 files changed, 0 insertions, 0 deletions