https://issues.apache.org/bugzilla/show_bug.cgi?id=49114
--- Comment #1 from Will Rowe <[email protected]> 2010-04-13 20:51:11 EDT --- Presuming there is no flaw, NTFS junctions are handled exactly as unix symlinks. Of course a symlink may be to a file or directory, while NTFS junctions may only resolve to a directory. So if the information is gathered from an apr_file_stat, it should show as the target of the junction, and if its gathered as an lstat, it would be a symlink. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
