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. |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
connection.py | ||
exceptions.py | ||
urn.py |