]> arthur.barton.de Git - bup.git/commit
web: retrieve paths exactly as presented
authorRob Browning <rlb@defaultvalue.org>
Sat, 6 Feb 2016 18:02:58 +0000 (12:02 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 12 Mar 2016 18:31:34 +0000 (12:31 -0600)
commita90bf7336600c488fa0696b7d202247bd0533c36
tree50a6cebc9e9123e582a48c18d8770f9a9ee6b828
parent52ce09ea949d3440023538f6b445b4e6f7e64173
web: retrieve paths exactly as presented

Bup paths are byte strings, not Unicode, so don't attempt to convert
them to Unicode.  Retrieve exactly what was requested.

Thanks to Mathieu Schroeter for reporting the problem and helping test
the fix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/web-cmd.py
t/test-web.sh