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
Original issue reported on code.google.com by
ron.smits
on 8 Nov 2014 at 2:51