提交 4b2b1523 编写于 作者: K kohsuke

rolling back this change made in 1.110 to fix #601.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3447 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9c18e5f8
......@@ -35,9 +35,7 @@ public final class ViewCVS extends CVSRepositoryBrowser {
}
public URL getFileLink(File file) throws IOException {
return new URL(
new URL(url,trimHeadSlash(file.getFullName())),
"Attic/"+file.getSimpleName()+param());
return new URL(url,trimHeadSlash(file.getFullName())+param());
}
public URL getDiffLink(File file) throws IOException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册