[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Assertion failed:svn_path_is_canonical(path, pool) with https

From: <skrishnamur1_at_bloomberg.com>
Date: Mon, 11 Jan 2010 15:47:07 -0500

Hi,

I configured apache 2.2 with mod_svn for subversion 1.6 and it worked fine with http and it worked fine. but with https, I get the below error. Could someone help figure out the bug?:
Code:

Assertion failed: svn_path_is_canonical(path, pool), file subversion/libsvn_subr
/path.c, line 380, function svn_path_basename
[Tue Dec 29 10:56:11 2009] [notice] child pid 737 exit signal Abort (6), possible coredump in /bb/tmp/apache.2.2

my config for svn in the httpd.conf looks like the below:
Code:

   <Location /svn>
      DAV svn
      SVNPath /tmp/repos/
      AuthzSVNAccessFile /temp/repos/conf/authz
       <LimitExcept GET PROPFIND OPTIONS REPORT>
        Require valid-user
      </LimitExcept>
      AuthType VAS
      AuthName "Please use toolkit username/password to authenticate."
      Require valid-user
      AuthVasUseBasic on

    </Location>

my authz config file looks like the below:
Code:

[groups]
admins = neil, dphung2, rmenon, pdoidge, abeniwal, jrodgers, skrish
smile = kzhang, ssisskin

[/]
@admins = rw
* = r

[/ISYS]
@admins = rw
* = r

[/ISYS/Apps]
* = rw

[/quote]
Received on 2010-01-11 21:47:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.