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 |