summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/BugtraqProcessor.java
Commit message (Collapse)AuthorAgeFilesLines
* bugtraq: Catch exceptions from bugtraq and show messageFlorian Zschocke2022-11-111-3/+3
| | | | | | | 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.
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-0/+185