From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: Xen Store Release Date: Mon, 16 May 2005 09:00:39 +0100 Message-ID: <42885327.40301@hp.com> References: <1115985395.20470.25.camel@localhost.localdomain> <4284979C.9080703@hp.com> <1116120341.18483.22.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1116120341.18483.22.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Rusty Russell Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Rusty Russell wrote: > On Fri, 2005-05-13 at 13:03 +0100, Mike Wray wrote: > >> >>> h.write("/foo", "hello", create=1) >>Traceback (most recent call last): >> File "", line 1, in ? >>RuntimeError: (21, 'Is a directory') >> >>> h.ls("/") >>['./', '../', 'foo/', '.perms', 'foo.perms'] > > > This is horribly broken! There's no way this would have passed the > testsuite. The only thing I can think of is, did you try to add "." to > the valid characters array? That won't work... You're right - my fault. Needs some more name filtering to allow that I guess. Will fix. Mike