]> source.dussan.org Git - gitblit.git/commit
Fix for #993 LIST_BRANCHES without admin 994/head
authorBoris Stumm <bs@kedev.eu>
Wed, 6 Jan 2016 12:51:19 +0000 (13:51 +0100)
committerBoris Stumm <bs@kedev.eu>
Wed, 6 Jan 2016 12:51:19 +0000 (13:51 +0100)
commitd54bd60b923bbd703bb668601d412d4295d2f503
tree9eecf8ffc32c80bd5899105dc1f7a77c02315022
parent2539ceea0d47467d54cedd340afa6ede2909b2bd
Fix for #993 LIST_BRANCHES without admin

Replaced the canAccess() method in RpcFilter with !adminRequest,
that should solve the problem.
src/main/java/com/gitblit/servlet/RpcFilter.java