Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 39707
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: EDAVIS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: perl: subversion/libsvn_subr/path.c:119: svn_path_join: Assertion `is_canonical(base, blen)' failed.
This is a different assertion failure to #37338. Here, I can view my repository at <http://linux01/svnweb/index.cgi/repos>, but as soon as I try 'view revision log' the page fails with an internal server error. The httpd error log has [Tue Sep 30 12:28:12 2008] [error] [client 192.168.186.32] perl: subversion/libsvn_subr/path.c:119: svn_path_join: Assertion `is_canonical(base, blen)' failed., referer: http://linux01/svnweb/index.cgi/repos Quick googling for this error message shows that many apps have been bitten by this when upgrading to Subversion 1.5, but I don't know what code change is needed in svnweb.
Lots of issues have been resolved, can you verify this again on the newest version and re-open if it occurs? thanks On Tue Sep 30 07:30:52 2008, EDAVIS wrote: Show quoted text
> This is a different assertion failure to #37338. Here, I can view my > repository at <http://linux01/svnweb/index.cgi/repos>, but as soon as I > try 'view revision log' the page fails with an internal server error. > The httpd error log has > > [Tue Sep 30 12:28:12 2008] [error] [client 192.168.186.32] perl: > subversion/libsvn_subr/path.c:119: svn_path_join: Assertion > `is_canonical(base, blen)' failed., referer: > http://linux01/svnweb/index.cgi/repos > > Quick googling for this error message shows that many apps have been > bitten by this when upgrading to Subversion 1.5, but I don't know what > code change is needed in svnweb.