1234- / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
1 stars 0 forks source link

IllegalCharsetNameException thrown when restarting gitblit #560

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm running quite a lot of mirrored git repositories. One of them probably 
pushed something with a strange charset setting again (much like previous time 
with utf9 i guess). 

I hope you can figure out the problem with the stacktrace, but if needed I 
could try to figure out which repository is causing it. That will take me a 
while though.

I'm running:
Gitblit GO snapshot v1.6.2-6-g605a059 (current master)

Original issue reported on code.google.com by robindegen on 11 Feb 2015 at 2:17

Attachments:

GoogleCodeExporter commented 9 years ago
Edit: I wrote a script to check which repository was causing the problem;
It was a mirror clone of:
https://github.com/bagder/curl.git

This seems to cause the exception issue mentioned above; the result is that 
gitblit does not work anymore.

Original comment by robindegen on 11 Feb 2015 at 2:33

GoogleCodeExporter commented 9 years ago
Perfect report.  I've reproduced & fixed.  You can build from master or 
develop.  Your choice.

Original comment by James.Mo...@gmail.com on 11 Feb 2015 at 3:18

GoogleCodeExporter commented 9 years ago
Thank you I will test it

Original comment by robindegen on 11 Feb 2015 at 3:33

GoogleCodeExporter commented 9 years ago
Tested with current master; works perfectly now. Thanks

Original comment by robindegen on 11 Feb 2015 at 3:47