]> source.dussan.org Git - gitblit.git/commit
bugtraq: Catch exceptions from bugtraq and show message
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Fri, 11 Nov 2022 11:14:55 +0000 (12:14 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Fri, 11 Nov 2022 11:14:55 +0000 (12:14 +0100)
commit30abff544589292fbead49d2b04a96d604938eb0
tree6df1ead92ddaebe9e479d70c3c1439eaa8aa5be3
parentd00bdf2feed0f0a2eefe437ab9dc1561f0049002
bugtraq: Catch exceptions from bugtraq and show message

Catch all exceptions, and not just IOExceptions, from bugtraq formatter.
If an exception is caught, ignore the bugtraq handling of the commit
message and show the plain message. Way better then not showing anything
just because something broke in bugtraq.
src/main/java/com/gitblit/utils/BugtraqProcessor.java