]> source.dussan.org Git - gitblit.git/commit
Automatically adjust web.forwardSlash on Tomcat containers
authorJames Moger <james.moger@gitblit.com>
Sat, 16 Nov 2013 14:12:10 +0000 (09:12 -0500)
committerJames Moger <james.moger@gitblit.com>
Tue, 26 Nov 2013 21:07:04 +0000 (16:07 -0500)
commit6f442a4a7a66a0ba6d5189a0430cd5e95fb39ea8
treedde4f214bcc49a1f851df96124798d8609985d74
parent8a71a13f23e6352e8a50e500401959ca90eaf8dc
Automatically adjust web.forwardSlash on Tomcat containers

One issue that frequently arises in the discussion group and the bug
tracker is how Tomcat automatically re-encodes %2f as '/' which breaks
url parameters with %2f.  After documenting this in half a dozen places
it still comes up.  Clearly I haven't done enough.

Gitblit will now act on, instead of just report, an improperly configured
web.forwardSlash character on Tomcat containers.  This will make Gitblit
"just work" for more users and will make the world a better place.

Change-Id: I344428804070a2d6082022cf6b80e2a3d83cea84
src/main/java/com/gitblit/GitBlit.java
src/main/java/com/gitblit/utils/ContainerUtils.java