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

RE: Issue #3242 is heating up.

From: Rupert Wood <me_at_rupey.net>
Date: Sat, 30 May 2009 15:46:36 +0100

Hyrum K. Wright wrote:

> which results in
> svn: Server sent unexpected return value (403 Forbidden) in
> response to PROPFIND request for '/svn'

Here's the hack we use locally to mitigate this: allow OPTIONS and PROPFIND at the repository root for all authenticated users. It broadly seems to do the trick and for most operations just OPTIONS will do.

I meant to work out if this was sufficient and not too dangerous sometime before passing the patch on - I haven't done this, and sounds like it this isn't even remotely correct, so I'm not really proposing this as a patch. But here goes anyway in case it's useful.

Rup.

[[[
Hack work-around for issue 3242.

* subversion/mod_authz_svn/mod_authz_svn.c:
  Permit OPTIONS and PROPFIND at repository root for all authenticated
  users.
]]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2357123

Received on 2009-05-30 16:46:57 CEST

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.