Florian Zschocke
Florian Zschocke
It would make builds easier, and further adoption, if the Java implementation would be available on Maven Central.
My java SDK is v16. ``` > java --version java 16.0.1 2021-04-20 Java(TM) SE Runtime Environment (build 16.0.1+9-24) Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing) ``` When...
The XSS filter sometimes prevents legitimate actions. It seems like the XSS filter needs some rework. We need to check where and what it filters and make sure that it...
When viewing a raw text file which has non-ascii characters like `À`or `é` in it, the text is not correctly displayed in the browser. Steps to reproduce: 1. Create a...
The default TLS certificate that a Gitblit installation creates have "localhost" as the CN and no SubjectAlternativeNames. With Java 8+ this can be a problem for federation that uses HTTPS....
Raw view is not working in some cases. One case is when a branch name has a slash (`/`) in it.
I met an issue today when I was trying to login Gitblit 1.9.2 using a local admin account. It failed login and prompt me invalid user name or password. Then...