James Moger
2014-06-27 be722e7555aff66db450a49898bceab7dfd71976
src/main/java/com/gitblit/wicket/pages/BlobPage.java
@@ -21,6 +21,7 @@
import org.apache.wicket.Component;
import org.apache.wicket.PageParameters;
import org.apache.wicket.RedirectException;
import org.apache.wicket.markup.html.basic.Label;
import org.apache.wicket.markup.html.image.Image;
import org.apache.wicket.markup.html.link.BookmarkablePageLink;
@@ -52,6 +53,10 @@
      final String blobPath = WicketUtils.getPath(params);
      String [] encodings = getEncodings();
      if (StringUtils.isEmpty(objectId) && StringUtils.isEmpty(blobPath)) {
         throw new RedirectException(TreePage.class, WicketUtils.newRepositoryParameter(repositoryName));
      }
      if (StringUtils.isEmpty(blobPath)) {
         // blob by objectid