SilverFox
2016-04-08 924d8e3cb67d0b35cad3b9b35f3373db2e8feeb7
src/main/java/com/gitblit/wicket/GitblitRedirectException.java
@@ -26,9 +26,9 @@
 * This exception bypasses the servlet container rewriting relative redirect
 * urls.  The container can and does decode the carefully crafted %2F path
 * separators on a redirect.  :(  Bad, bad servlet container.
 *
 *
 * org.eclipse.jetty.server.Response#L447: String path=uri.getDecodedPath();
 *
 *
 * @author James Moger
 */
public class GitblitRedirectException extends AbstractRestartResponseException {