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

Autoversioning, Web Folders, HTTP 401

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-03-24 03:47:34 CET

Couldn't find mention of this in the archives...

Trying to get Web Folders working with autoversioning, i found myself
able to browse the repository just fine, but when i tried to
upload/publish a file, Windows gave me a very unhelpful error message.
The apache log revealed a 401 response code. Apparently Windows *should*
respond by prompting me for a username/password, but wasn't.

A web search uncovered the following, which appears to be relevant:

  http://dav.lyra.org/pipermail/dav-dev/2000-August/001445.html

Following the reply to the above message, i made the following change to
my httpd.conf:

- <LimitExcept GET PROPFIND OPTIONS REPORT>
- Require valid-user
- </LimitExcept>
+ Require valid-user

And now i can GET and PUT without difficulty (although it does have a
way of prompting for my password every few requests).

I'd prefer to allow unauthenticated read-only access to my repository,
so if anyone knows another way around this problem, let me know.

And, should Appendix D mention this issue?

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 24 03:54:01 2003

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.