davideuler / gitblit

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

gitblit links stopped working #531

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I upgraded from 1.6.0 to 1.6.2 

During the upgrade I decided to also fix the tomcat issues UTF-8 and url 
breakage. I added:  
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true

to setenv.sh and I added  URIEncoding="UTF-8" to the connector.

After this all the links in gitblit stopped working. When I want to go to a 
ticket the url that is not found is: /gitblit/tickets/~ron/eveassetrest.git/12

Removing the:
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true

fixes it

Original issue reported on code.google.com by ron.smits on 8 Nov 2014 at 2:51

GoogleCodeExporter commented 9 years ago
No actionable change.

Original comment by James.Mo...@gmail.com on 7 Mar 2015 at 2:57