aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-09 16:54:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-09 16:54:31 -0400
commit1f59f72c966a309abf4f0c6992d620ab68d5f113 (patch)
tree736f136c57df5d235dc80373fbd01efeb5f6c147
parent341e286593291a131e30961737a4e23311f158b9 (diff)
comment
-rw-r--r--doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path/comment_1_cf4f286c55d319bd71c2fc573e313d4b._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path/comment_1_cf4f286c55d319bd71c2fc573e313d4b._comment b/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path/comment_1_cf4f286c55d319bd71c2fc573e313d4b._comment
new file mode 100644
index 000000000..1b9024745
--- /dev/null
+++ b/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path/comment_1_cf4f286c55d319bd71c2fc573e313d4b._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-02-09T20:02:56Z"
+ content="""
+I have not been able to reproduce this problem.
+
+I tried making the repository be in a directory named "dirĩ".
+I'm guessing that might contain the character that you refer to, which you
+unfortunately obfuscated right out of "/home/someone/Videos/blah/"
+
+But the code doing this sanity check was rather questionable -- it decoded
+the input as a raw C-formatted string, and looked for unwanted chars in that.
+That could be where the bug lay, since it decoded the same string twice,
+possibly differently. I've improved the code to not do that, and instead
+decode the message before sanity checking each field of it.
+
+I'm going to close this bug. If you can still reproduce it though, you need to
+
+1. tell me the actual filename
+2. enable debug logging, and send .git/annex/daemon.log when this happens.
+"""]]