responses, bug I noticed

This commit is contained in:
Joey Hess 2017-08-15 14:42:22 -04:00
parent 19a784df03
commit 73d04d5565
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,5 @@
It's possible for a key to contain whitespace in its name. This breaks the
external special remote protocol, which uses whitespace to separate the key
parameter from subsequent parameters.
I think that this only causes problems for WORM keys. --[[Joey]]