webdav-client-python-3/webdav3
Emil 'Skeen' Madsen 1fb79c36be Stripping suburl from paths in extract_response_for_path (#15)
When accessing a server on a suburl, such as an Alfresco WebDav:

http://172.17.0.8:8080/alfresco/webdav
The file paths processed by extract_response_for_path, specifically href contains the suburl as a prefix, for instance:
/alfresco/webdav/Sites/ rather than just Sites/.
I am not sure if this is a specific problem with Alfresco WebDav, or a common issue.
Either way, the provided code fixes this issue by removing the suburl from paths, if it exists.
2019-11-26 14:05:33 +03:00
..
__init__.py prepare to publish 2017-09-11 19:53:31 +03:00
client.py Stripping suburl from paths in extract_response_for_path (#15) 2019-11-26 14:05:33 +03:00
connection.py prepare to publish 2017-09-11 19:53:31 +03:00
exceptions.py Remove the upload filesize limit which is a remnant of using PyCurl 2019-01-31 11:34:05 +03:00
urn.py webdav3/client.py: Client.list method fix 2018-05-07 22:45:16 +03:00