Debian Patches

Status for pywebdav/0.10.0-2

Patch Description Author Forwarded Bugs Origin Last update
03-remove-git-versioner.patch Remove git-versioner requirementThis requirement is only used for release management. Mathias Behrle <mathiasb@m9s.biz> not-needed
01-recursive-properties.patch Get all properties on recursive <allprops>When all properties for a resource and its children are requested,
pywebdav only returns the value of those properties that are also set
on requested collection itself. It does not return the properties that
are only on one of the children (or grandchildren for that
matter). Also, 404 is returned for any property that is on the
requested collection, but not on the current child.
.
The reason for this is that the list of property names is created once
in pywebdav.lib.propfind.PROPFIND.create_allprop() and applied to each
resource.
Sascha Silbe <sascha-debian-bugs-python-webdav-2013-06-01@silbe.org> yes debian upstream vendor, https://bugs.debian.org/710690
02-RFC2616-keep-alive.patch Unsolicited use of persistent connections with HTTP/1.0pywebdav uses persistent connections even for HTTP/1.0 GET requests
without a Connection: Keep-Alive header. This causes the client to
hang waiting for the connection to close. RFC2616 explicitly states
HTTP/1.1 servers must not assume HTTP/1.0 clients to support
persistent connections.
Sascha Silbe <sascha-debian-bugs-python-webdav-2013-06-01@silbe.org> yes debian upstream vendor, https://bugs.debian.org/710672
04-litmus-tests.patch Remove extra quotes in the run array The litmus test with username and password was failing due to the
extra quotes in the CREDS argument.
Vladimir Petko <vladimir.petko@canonical.com> yes debian upstream 2023-08-02
05-skip-failing-test.patch Skip unimplemented feature test assertions PyWebDav does not fully implements properties feature and the litmus test
suite fails. Skip properties test suite assertions until they are fully
supported.
Vladimir Petko <vladimir.petko@canonical.com> yes debian upstream 2023-08-02

All known versions for source package 'pywebdav'

Links