submitted by Maria Catherine Tan
-fix 'page isn't redirecting properly' when repo group link is clicked
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@669762
13f79535-47bb-0310-9956-
ffa450edef68
new ArchivaVirtualDavResource( mergedRepositoryContents, logicalResource.getPath(), mimeTypes, locator, this );
// compatibility with MRM-440 to ensure browsing the repository group works ok
- if ( resource.isCollection() && !resource.getLocator().getResourcePath().endsWith( "/" ) )
+ if ( resource.isCollection() && !request.getRequestURI().endsWith("/" ) )
{
throw new BrowserRedirectException( resource.getHref() );
}