提交 35cc93f1 编写于 作者: K kohsuke

fixed #585 "Hudson follows symlinks when deleting"


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3475 71c3de6d-444a-0410-be80-ed276b4c234a
上级 21b7c3cd
......@@ -167,7 +167,7 @@ public class Util {
* Checks if the given file represents a symlink.
*/
//Taken from http://svn.apache.org/viewvc/maven/shared/trunk/file-management/src/main/java/org/apache/maven/shared/model/fileset/util/FileSetManager.java?view=markup
public boolean isSymlink(File file) throws IOException {
public static boolean isSymlink(File file) throws IOException {
File parent = file.getParentFile();
File canonicalFile = file.getCanonicalFile();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册