Message795

Author leouserz
Recipients
Date 2007-01-15.18:10:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
yup, it appears that its this method:
 public static boolean caseok(File file, String filename, int namelen) {


in "imp".  What is happening is that file is being changed to the canonical file.  The end result is that the caseok does not return true.  Altering it so that it does alows the link to work.  Im not sure what the right logic is here, there doesn't appear to be good way to decide if something is a link or not.  At least there is a code location to target now...
History
Date User Action Args
2008-02-20 17:17:12adminlinkissue645615 messages
2008-02-20 17:17:12admincreate