DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22444>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22444 Trailing slash in property location eaten ------- Additional Comments From [EMAIL PROTECTED] 2003-08-15 17:18 ------- Well, I can't speak to the question of File#getAbsolutePath() - I could argue that it's not a reasonable implementation. For our purposes, however, I would simply suggest not calling getAbsolutePath() in the first place if the property is already absolute - meaning it begins with a slash. In pseudocode, if (location does not begin with a slash) set location to getAbsolutePath() This would be reasonable, and consistent with the documentation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]