Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Cannot `lxc pull` file with "+" character #3499
Comments
|
I think we may have fixed that already as we had a similar report for spaces a few days ago which was fixed with URL encoding. Let me try with master. |
So yeah, this has been fixed already. |
stgraber
closed this
Jul 5, 2017
|
I didn't include that commit in my last cherry-pick for Ubuntu as it didn't apply cleanly, but I'll tweak it and upload the fix now, I believe the conflict was only in the testsuite which can be ignored. |
powersj
commented
Jul 5, 2017
|
Thanks @stgraber! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
powersj commentedJul 5, 2017
•
Edited 1 time
-
powersj
Jul 5, 2017
Required information
Issue description
Attempting to pull a file with a "+" in the filename fails. This used to work :)
Steps to reproduce
lxc launch ubuntu-daily:x xlxc exec x -- touch my+filelxc file pull x/root/my+file .Actual Results
"error: not found"
Expected results
The file should transfer over. Doing the same steps above, but with filename of "myfile' works as expected. The use case is pulling a built deb that has the '+' symbol in it out of a container (e.g. cloud-init-0.7.9+199.g4d9f24f-1.el7.centos.src.rpm)