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

FakeBasicAuth fails in MERGE request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • Beta
    • mod_dav_svn
    • None
    • Linux

    Description

      When I configure mod_dav_svn for FakeBasicAuth with the directives
      
        SSLOptions +FakeBasicAuth
        AuthType Basic
        AuthName svntest
        AuthUserFile /tmp/sslusers
        require valid-user
      
      and set up /tmp/sslusers as
      
      /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin von
      Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de:xxj31ZMTZzkVA
      
      then checkout works fine. On svn commit, the client gets
      
      svn: Commit failed (details follow):
      svn: MERGE request failed on '/svn'
      svn: MERGE of '/svn': 403 Forbidden (https://localhost)
      
      and in the access_log, I find
      
      ...
      127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin
      von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de
      [19/Jun/2003:10:20:16 +0200] "PROPPATCH
      /svn/!svn/wbl/6f6564ad-6fc0-0310-9c4a-cc067b7061e6/4 HTTP/1.1" 207 348
      127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin
      von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de
      [19/Jun/2003:10:20:16 +0200] "PROPFIND /svn HTTP/1.1" 207 356
      127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin
      von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de
      [19/Jun/2003:10:20:16 +0200] "CHECKOUT /svn/!svn/ver/4/y.c HTTP/1.1"
      201 361
      127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin
      von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de
      [19/Jun/2003:10:20:17 +0200] "PUT
      /svn/!svn/wrk/6f6564ad-6fc0-0310-9c4a-cc067b7061e6/y.c HTTP/1.1" 204 0
      127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin
      von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de
      [19/Jun/2003:10:20:17 +0200] "MERGE /svn HTTP/1.1" 403 302
      
      The MERGE request is rejected, but it should have been accepted.
      

      Original issue reported by loewis

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: