|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Xen Store Release
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 "<stdin>", 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|