James Moger
2014-06-16 d4a2145b63278706676158bc438c309887fb3edf
src/main/java/com/gitblit/wicket/pages/BasePage.java
@@ -98,6 +98,10 @@
      }
   }
   protected String getContextUrl() {
      return getRequest().getRelativePathPrefixToContextRoot();
   }
   protected String getCanonicalUrl() {
      return getCanonicalUrl(getClass(), getPageParameters());
   }