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

Re: [PATCH] Allow http auth protocols to be configurable

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-09-18 19:37:29 CEST

On 9/18/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> On 9/18/06, Daniel Rall <dlr@collab.net> wrote:
>
> > I'd be okay with that. Though, if you carry your Subversion config
> > file between machines with different versions of Neon, or upgrade your
> > Neon on your machine (or an administrator does it for you), you might
> > never know about the option. Perhaps it would be better to include
> > the minimum library version information right there in the config file
> > instead?
>
> No different from what happens when you update to a new version of
> Subversion that adds a new feature. The config files are already
> there, so they don't get written out again. Just the way it works ;-)
>

I'm fine with that. I'm also going to be pretty busy until the
weekend, so feel free to revise and commit if you are comfortable with
it. Otherwise, I'll work on it this weekend.

One more thing that needs to be fixed, I think, is that http_auth_str
needs to be apr_pstrdup'd before it is destroyed by the space
collapsing and tokenizing. The config stuff seems to hand you back
the same string from its hash all the time, so destroying it could
cause problems for clients other than the commandline (I think).

Thanks!

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 18 19:38:57 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.