]> source.dussan.org Git - gitblit.git/commit
fix permission capping for HTTP/HTTPS 282/head
authorJoel Johnson <mrjoel@lixil.net>
Tue, 30 Jun 2015 07:00:52 +0000 (01:00 -0600)
committerJoel Johnson <mrjoel@lixil.net>
Tue, 30 Jun 2015 07:05:43 +0000 (01:05 -0600)
commit2db6b39fdff61ce48788767ad475632a1b29f831
tree49ce03985676173e85e4083ba158813903bd5c88
parenta909bf1333d9e9bcdc5e87a17642211e6fa8f036
fix permission capping for HTTP/HTTPS

Previously used request scheme, but request scheme is unrelated to
the URL being generated. Instead, base the permission capping on the
scheme of the URL itself.
src/main/java/com/gitblit/manager/ServicesManager.java