Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4790

Make mod_dav_svn and mod_authz_svn work with expressions and regex

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • all
    • None
    • mod_dav_svn
    • None

    Description

      Currently mod_dav_svn takes its the root_dir parameter from the argument of the <Location> block where it's configured. This does not work if the argument is a regular expression, as in:

      <Location ~ REGEX>
        DAV svn
        ...
      </Location>
      

      or

      <LocationMatch REGEX>
        DAV svn
        ...
      </LocationMatch>
      

      In these cases, the root_dir parameter will be set to the actual regular expression, not the path matched in the request URL. Fixing this is rather essential for supporting expressions in mod_dav_svn.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brane Branko Čibej
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: