peto268
2014-04-26 99b43dffe86b635e97f625157083cee37ee921bf
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());
   }