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

Re: 207 Multi-Status using mod_authz_svn

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-01-30 15:17:03 CET

On Fri, Jan 30, 2004 at 07:34:59AM -0600, Ben Collins-Sussman wrote:
> Now, it's possible for a 207 to contain an error code *within* it, but
> we're not seeing that in neon's output:
>
> D:\> svn --no-auth-cache ls http://localhost/svn/trunk/conf
> Authentication realm: <http://localhost:80> Subversion
> Password for 'Juanma':
> Authentication realm: <http://localhost:80> Subversion
> Username: Lektu
> Password for 'Lektu': **********
> svn: PROPFIND request failed on '/svn/trunk/conf'
> svn: PROPFIND of '/svn/trunk/conf': 207 Multi-Status
> (http://localhost)
>
> Juanma, did you truncate the output here, or is that really the whole
> client error? 207 is not an error... I would expect the client to give
> more detail about the problem, say, if there's an internal error within
> the 207.
>
> Joe Orton, any opinions here?

If the request was dispatched succesfully (i.e. no HTTP protocol error),
then ne_get_error() will always just return the status-line like above.
The parsing of the 207 body is being done in ra_dav, so only ra_dav
knows about any more specific errors from propstats in the response.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 30 15:17:58 2004

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.