]> source.dussan.org Git - gitblit.git/commit
Deny access to /com and /org folders in GO setup 252/head
authorJean-Baptiste Mayer <jean-baptiste.mayer@m4x.org>
Tue, 14 Apr 2015 21:33:02 +0000 (22:33 +0100)
committerJean-Baptiste Mayer <jean-baptiste.mayer@m4x.org>
Tue, 14 Apr 2015 21:33:02 +0000 (22:33 +0100)
commite5227a46f4405dd8bfcc1582356f8e12d1e928c0
tree24c0d6ad6c78ddbc178397f49408ee73e03cfec7
parent2fdefced2aeecc7c12f3de50f89c1590a6a088fc
Deny access to /com and /org folders in GO setup

Added a servlet to serve "Access Denied"
Added conditional mapping of /com and /org folders in the web setup
src/main/java/com/gitblit/guice/WebModule.java
src/main/java/com/gitblit/servlet/AccessDeniedServlet.java [new file with mode: 0644]
src/main/java/com/gitblit/servlet/GitblitContext.java