tomaswolf / gerrit-gitblit-plugin

Integrates standard GitBlit (currently 1.7.1) as a repository viewer in Gerrit
Apache License 2.0
22 stars 5 forks source link

Guice bug google/guice#745 #2

Closed tomaswolf closed 9 years ago

tomaswolf commented 9 years ago

Guice bug google/guice#745 is present in Gerrit 2.9.1 and has the effect that GitBlit fails (reports non-existing files) on links with non-ASCII characters (basically anything that gets encoded in a URL). This happens in particular if pathes in your git repositories contain non-ASCII (7bit) characters or special characters like the percent sign or the ampersand.

I'll have to implement a work-around in this plugin until we move to a Gerrit version that has a fixed Guice.

tomaswolf commented 9 years ago

Fixed on master.