]> source.dussan.org Git - gitblit.git/commit
Remove workaround for JGit crashing on 'utf-9' etc
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Fri, 11 Nov 2022 10:58:23 +0000 (11:58 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Fri, 11 Nov 2022 10:58:23 +0000 (11:58 +0100)
commitaad622a6933a8e334aea8c8b8a644a1b6e39bc61
tree6e35958ee0356988e3316c044d2e8992a82bd990
parent9186cf7f1196aacce486558b5b18751b548aea17
Remove workaround for JGit crashing on 'utf-9' etc

Updating JGit fixed the issue that a commit in a repo with an unknown
character set throws an exception. This would crash the RepositoryManager.
The extra handling, which patches JGit classes during runtime is completely
removed.
src/main/java/com/gitblit/manager/RepositoryManager.java
src/main/java/com/gitblit/utils/MapUtils.java [deleted file]