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: Matthieu Moy
Subject: [Gnu-arch-users] Re: webdav authorization doesn't work
Date: Thu, 04 Mar 2004 14:25:50 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

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;

-- 
Matthieu




reply via email to

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