James Moger
2013-11-25 8a71a13f23e6352e8a50e500401959ca90eaf8dc
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);
      }