What steps will reproduce the problem?
1. Install PyWebDav-0.94 with easy_install (as described on
http://code.google.com/p/pywebdav/)
2. Run davserver:
$ davserver -D /home/bronikkk/test -J -n
3. Run cadaver client: cadaver localhost:8008
4. Try to lock some file from cadaver:
lock test.txt
The expected action: test.txt must be locked and output will be message about
this. Instead of this there is an exception in PyWebDav, and there are no locks
applied to the file. The corresponding script files (client.txt and server.txt)
have been attached.
Versions of software:
OS:
Linux bronikkk-desktop 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC
2010 i686 GNU/Linux
Ubuntu 10.04 LTS
Python:
Python 2.6.5
PyWebDav:
PyWebDAV server (version 0.9.4-dev)
cadaver:
cadaver 0.23.3
neon 0.29.0: Library build, IPv6, libxml 2.7.5, zlib 1.2.3.3, GNU TLS 2.8.3.
readline 6.1
Original issue reported on code.google.com by igor.bro...@gmail.com on 5 Jul 2010 at 2:03
Original issue reported on code.google.com by
igor.bro...@gmail.com
on 5 Jul 2010 at 2:03Attachments: