]> source.dussan.org Git - gitblit.git/commit
Bug in the rawservlet in extracting the repository out of the path. The 222/head 03/203/1
authorRobbert Noordzij <robbert@xseeding.nl>
Tue, 7 Oct 2014 10:14:27 +0000 (12:14 +0200)
committerRobbert Noordzij <robbert@xseeding.nl>
Tue, 7 Oct 2014 10:14:27 +0000 (12:14 +0200)
commite7e8bd8af341719b7cb902c7861ea198f5db43a6
tree1ba701a5b1b8f8f0b5cba51a21396b2ce2c919d7
parent498351b0a1f674bf5e665addfb4c68be9720158e
Bug in the rawservlet in extracting the repository out of the path. The
offset for finding the next slash should be the current slash + 1, not
the last offset + the offset of the current slash.
src/main/java/com/gitblit/servlet/RawServlet.java