OrIdow6
Results
2
issues of
OrIdow6
When wget-lua follows a redirect with a "%7E" in the Location header, it unescapes the %7E into a tilde before sending it. This can be demonstrated as follows (somewhat convoluted,...
bug
``` fish echo '' > file.html python3 -m http.server 8888 & env -i ../wget-lua/src/wget -nv --recursive http://127.0.0.1:8888/file.html env -i LANG=en_US.UTF-8 ../wget-lua/src/wget -nv --recursive http://127.0.0.1:8888/file.html ``` The outputs are respectively ```...
bug