You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a mirror clone of:
https://github.com/MinecraftForge/MinecraftForge.git
2. Browse to this repository through gitblit
3. This will display an internal server error (UnsupportedCharsetException)
What is the expected output? What do you see instead?
The expected output would be the same as all the other repositories. It displays an
Internal Error.
What version of the product are you using? On what operating system?
Gitblit GO, git rev 3e0c6ca8a65bd4b076cac1451c9cdfde4be1d4b8
Please provide any additional information below.
Using Ubuntu 64-bit, Oracle Java 1.7.0_67. I've attached the log file of the exception.
Gitblit won't even startup with that repo. Same reason: unknown charset utf-18.
https://en.wikipedia.org/wiki/UTF-9_and_UTF-18
I've pushed a fix that will inject an UTF-8 alias for both fake encodings into JGit's
charset alias map/dictionary. Unfortunately that map is private so I had to use reflection
to inject the aliases.
That repo now loads and is browseable.
Originally reported on Google Code with ID 486
Reported by
robindegen
on 2014-08-19 12:38:12- _Attachment: [gitblit_log.txt](https://storage.googleapis.com/google-code-attachments/gitblit/issue-486/comment-0/gitblit_log.txt)_
The text was updated successfully, but these errors were encountered: