James Moger
2011-11-10 c7e7e9f6d3cdc358234d1d1bfa5f3d0398226c6c
src/com/gitblit/wicket/GitBlitWebApp.java
@@ -69,6 +69,11 @@
         getRequestCycleSettings().setGatherExtendedBrowserInfo(true);
      }
      // configure the resource cache duration to 90 days for deployment
      if (!GitBlit.isDebugMode()) {
         getResourceSettings().setDefaultCacheDuration(90 * 86400);
      }
      // setup the standard gitweb-ish urls
      mount("/summary", SummaryPage.class, "r");
      mount("/log", LogPage.class, "r", "h");