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

ra_serf crashes for URLs without path part

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2007-07-02 17:20:14 CEST

Hi Justin,

I found that Subversion with ra_serf crashes when accessing root URLs. I meant:
$ svn ls http://svn.server/

This is because apr_uri_parse sets uri.path to NULL, when parsing such
URLs. I'm volunteer to fix it, but I'm not sure where we should
convert NULL to '/'. Is it should be done in serf
(serf_bucket_request_create) or in ra_serf just after we parsed URL?
Or maybe in some other place?

-- 
Ivan Zhakov
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 2 17:20:09 2007

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

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