PyWebDAV3
PyWebDAV3 copied to clipboard
Port of PyWebDAV to python3, originally from http://code.google.com/p/pywebdav/
This fixes https://github.com/andrewleech/PyWebDAV3/issues/37 as it skips assertions for the unimplemented feature in the litmus test suite. Test results: ``` $ PYTHONPATH=`pwd` python3 test/test_litmus.py Starting davserver Listening on localhost (38028) Running...
The run array contained extra unnecessary quotes which were added to the user credentials causing the test to fail in the init phase.
With release 0.10.0 the litmus test for PROPPATCH fails with '423 Locked'. Cf. https://salsa.debian.org/xypron/pywebdav/-/jobs/4196190 ``` _________________________ Test.test_run_litmus_noauth __________________________ self = def test_run_litmus_noauth(self): result = [] proc = None try: print('Starting...
- I've fixed the gzip responses, which seemed to get wrong when the chunked transfer encoding was also on. It may however still need some work, to make the gzip...
I installed this on a Debian Bullseye machine using the apt package. It runs, but when I try to connect with MacOS Finder I get numerous exceptions such as: ```...
请问有没有支持ipv6的计划?
I was so stupid that I wanted to use it but didn't know how to use it. How to operate after installation? 1. How to set up login verification? Where...
The release tarball on PyPi misses /test/litmus-0.13.tar.gz, thus making the test suite fail when running autopkgtests in Debian. Please include the missing file. Thanks, Mathias
Hi! Would it be possible to add an option to add CORS headers, to allow connecting from PWAs? Thanks!