Uploaded image for project: 'Moodle QA'
  1. Moodle QA
  2. MDLQA-15457 Moodle 3.11 QA
  3. MDLQA-15899

CLONE - A user can access WebDav repository without authentication

XMLWordPrintable

      Test pre-requisites

      • WebDAV server supporting SSL (HTTPS)
      • Two WebDAV shares without authentication
      • WebDAV repository enabled
      • Two different WebDAV instances in Moodle:
        • WebDAV HTTP + none authentication
        • WebDAV HTTPS + none authentication
      • Each share should contain multiple directories, sub directories, and files on every level.
      • Some directories and files must contain non-ascii characters

      Test steps

      1. Go to your private files
      2. Click on add
      3. Navigate to each WebDAV repository
      4. From each of them, make sure:
      • You can navigate in every directory
      • You can download any file
      • Files downloaded are correctly saved (check their content)

      WebDAV Apache configuration file which can be refereed
      This is my configuration for the 2 shares

      /etc/apache2/conf.d/webdav.conf

      Alias /webdav_none /var/www/webdav_none
       <Location /webdav_none>
        Dav On
        Allow from all
        Satisfy any
       </Location>
       
      DavDepthInfinity On
      

        1. Selection_035.png
          Selection_035.png
          14 kB
        2. Selection_034.png
          Selection_034.png
          39 kB
        3. Selection_033.png
          Selection_033.png
          34 kB

            ilyatregubov Ilya Tregubov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.