elrodo1 / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Fwd Debian #631384: Incomplete PROPFIND response #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Forwarded from Debian:

python-webdav returns only the properties of a single namespace, not
all of them. That's because the two loops in
DAV.propfind.PROPFIND.mk_propname_response() are sequential instead of
nested. Patch attached.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631384

Proposed patch is at
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=18;filename=propfind-ns-fix.pat
ch;att=1;bug=631384

Original issue reported on code.google.com by mathi...@m9s.biz on 17 Jul 2011 at 2:11

GoogleCodeExporter commented 8 years ago
Fixed in rd8e44a1f6f28
Thanks

Original comment by cedric.krier@b2ck.com on 27 Dec 2011 at 8:14