mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
as processing of a HTTP request begins (GET, HEAD, PUT, POST, ...), the original query line is printed in its encoded form. This makes debugging easier, since there is no ambiguity in how the client phrased its request. however, this results in very opaque logs for non-ascii languages; basically a wall of percent-encoded characters. Avoid this issue by printing an additional log-message if the URL contains `%`, immediately below the original url-encoded entry. also fix tests on macos, and an unrelated bad logmsg in up2k |
||
---|---|---|
.. | ||
res/idp | ||
__init__.py | ||
ptrav.py | ||
run.py | ||
test_cp.py | ||
test_dedup.py | ||
test_dots.py | ||
test_dxml.py | ||
test_hooks.py | ||
test_httpcli.py | ||
test_idp.py | ||
test_metrics.py | ||
test_mv.py | ||
test_utils.py | ||
test_vfs.py | ||
test_webdav.py | ||
util.py |