Message1475

Author pekka.klarck
Recipients
Date 2007-02-16.17:30:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Probably the best solution for this is catching possible IOException from getCanonicalPath and using getAbsolutePath in that case. Jython 2.2alpha1 used getAbsolutePath and this problem doesn't appear there. The implementation was changed to fix http://jython.org/bugs/1423047
History
Date User Action Args
2008-02-20 17:17:44adminlinkissue1661700 messages
2008-02-20 17:17:44admincreate