James Moger
2013-10-01 5404d4ba41a8e9c194583f3990602c1738e194e1
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);
      }