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

Re: Crash with url-handling

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-01-10 19:20:20 CET

On 1/10/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> On 1/10/06, Stefan Küng <tortoisesvn@gmail.com> wrote:
> > Hi,
> >
> > the following command makes the Subversion client crash:
> >
> > svn ls https://something/somethingmore
> >
> > tested with 1.3.0 on Windows, but earlier clients have the same fault.
> > The problem is the capital S in httpS.
>
> Reproduced here, seems to have been fixed on trunk. I'll try and
> figure out what the fix was, and get something ready for backport to
> 1.3.1.

Oops, I'm wrong, it's not fixed in trunk, it's just that my trunk
build didn't have SSL support turned on. The problem appears to be
that we use a strcasecmp to check for https, while neon uses strcmp,
and once we think we've got an SSL session, we assume that the SSL
parts of the neon session get set up properly... I imagine the
correct fix is just to make svn use strcmp like neon does, since even
if we're right, it's never worked, and we'll need to be more strict to
interoperate with existing neon installs...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 10 19:27:07 2006

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.