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

SVNPathAuthz short_circuit ignores the authz path rules with repo prefix.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 1.6.13
    • mod_authz_svn
    • None

    Description

      relevant httpd snippet
      <Location /svn>
        DAV svn
        AuthType Basic
        AuthName Mysis
        SVNParentPath /repositories
        AuthUserFile /etc/httpd/conf.d/users
        AuthzSVNAccessFile "/etc/httpd/conf.d/access"
        SVNPathAuthz short_circuit
        require valid-user
      </Location>
      
      [kamesh@kamesh ~]$ cat /etc/httpd/conf.d/access
      [chennai:/]
      kamesh= rw
      
      [kamesh@kamesh tmp]$ svn co http://localhost/svn/chennai
      Authentication realm: <http://localhost:80> Mysis
      Password for 'kamesh': 
      svn: Not authorized to open root of edit operation
      $
      

      Original issue reported by kameshj

      Attachments

        Activity

          People

            cmpilato C. Michael Pilato
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: