James Moger
2013-10-27 9c7bb3d377a0637ff034be407cb9c03c606647a9
src/main/java/com/gitblit/wicket/AuthorizationStrategy.java
@@ -77,7 +77,7 @@
   @Override
   public void onUnauthorizedInstantiation(Component component) {
      if (component instanceof BasePage) {
         throw new RestartResponseException(GitBlitWebApp.HOME_PAGE_CLASS);
      }