gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] Re: webdav authorization doesn't work


From: Armando Singer
Subject: [Gnu-arch-users] Re: webdav authorization doesn't work
Date: Thu, 04 Mar 2004 14:51:12 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

Thank you. The patch works for me.

Armando

Matthieu Moy wrote:

Armando Singer <address@hidden> writes:

$ tla archives
address@hidden
   http://user:address@hidden/path/to/archive

$tla get address@hidden/m2test--mainline--0.1 some-directory
webdav error: 401 Authorization Required

Am I missing something?

I had the same problem. See bug
http://savannah.gnu.org/bugs/?func=detailitem&item_id=8005.
Can you  try applying the patch  (It is, hhmmm, quite  obvious !!) and
see if this work ?
--- str.c~      Wed Feb 11 00:17:10 2004
+++ str.c       Thu Mar  4 14:14:29 2004
@@ -540,6 +540,7 @@
          *to++ = *from++;
          --n;
        }
+      *to = 0;
    }
  while (n--)
    *to++ = 0;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]