James Moger
2011-04-29 bc9d4a0f2266e5ac1a018f0b691c76d53479b9e5
src/com/gitblit/wicket/GitBlitWebApp.java
@@ -63,7 +63,7 @@
      mount(new MixedParamUrlCodingStrategy("/commitdiff", CommitDiffPage.class, new String[] { "r", "h" }));
      mount(new MixedParamUrlCodingStrategy("/patch", PatchPage.class, new String[] { "r", "h", "f" }));
      mount(new MixedParamUrlCodingStrategy("/history", HistoryPage.class, new String[] { "r", "h", "f" }));
      mount(new MixedParamUrlCodingStrategy("/search", SearchPage.class, new String[] { "r", "h", "a", "c" }));
      mount(new MixedParamUrlCodingStrategy("/search", SearchPage.class, new String[] { }));
      // setup ticket urls
      mount(new MixedParamUrlCodingStrategy("/tickets", TicketsPage.class, new String[] { "r" }));