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

RE: svn commit: rev 965 - trunk/subversion/mod_dav_svn

From: Sander Striker <striker_at_apache.org>
Date: 2002-01-19 15:50:57 CET

> Author: gstein
> Date: 2002-01-19 12:21 GMT
> New Revision: 965
>
> Modified:
> trunk/subversion/mod_dav_svn/repos.c
> Log:
> Add a response for GET for a collection (to support browsing of the
> repository).

Ofcourse I had to test this... :)

Funny thing happens when I request a dir _without_ a trailing
slash. I saw you took measures for this in the code and want
to redirect the client. However, this shows up in my error log:

[Sat Jan 19 15:31:43 2002] [error] [client 192.168.0.10] Could not fetch resource information. [500, #0]
[Sat Jan 19 15:31:43 2002] [error] [client 192.168.0.10] (2)No such file or directory: Requests for a collection must have a
trailing slash on the URI. [301, #0]

Seems that the error doesn't bubble up correctly and 500 is returned instead of the 301.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36: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.