https://issues.apache.org/bugzilla/show_bug.cgi?id=49114
--- Comment #2 from [email protected] 2010-04-15 02:04:37 EDT --- (In reply to comment #1) > 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. That comment riddle me a bit, if I have understood it correctly you are saying, that as the code is now, it should be able to return a NTFS junction as a directory. It is more a matter of me setting up Apache or NTFS junction correctly. I have only read some of the source code for mod_dav, I haven't set up a prober build environment as I lack the skills to do so. I'll wish I could test and see how the code handles the NTFS junctions directories, when making a directory listing but having no previous experience in building Apache or writing C code I find that a bit hard. What I can tell you is that even though mod_dav doesn't accept my NTFS junction as directory when making a listing of the directory where the junction folder is. (long sentence sorry), I'm able to browse/copy/upload the contents of the junction folder, when writing the complete path in my web_dav client. -- 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]
