David Ostrovsky
2014-06-16 5441436f507a8b1b0dbd24b523e4a27bd30840e6
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());
   }