https://issues.apache.org/bugzilla/show_bug.cgi?id=46521

           Summary: mod_dav doesn't show symlinks
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dav
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If I were to create symbolic links to a large file, to be shared via WebDAV,
the file will not show up on the client.

In httpd/modules/dav/fs/repos.c
        /* ### for now, only process regular files (e.g. skip symlinks) */
        if (fsctx->info1.finfo.filetype == APR_REG) {

It should follow the options FollowSymlinks and SymLinksIfOwnerMatch instead.

This is a problem for users that want to share large files using
gnome-user-share (see http://bugzilla.gnome.org/show_bug.cgi?id=326702 )


-- 
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]

Reply via email to