google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Some characters are disallowed in file names #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Even after the work on #1625, there are still some characters that can 
potentially be in file names that cause problems when building and executing 
tasks. The offending characters include double quotes ("), dollar signs ($), 
backslashes (\) and backticks (`), and may include other characters -- in 
particular, control characters (byte value < 0x20) have yet to be tested.

Most of these issues appear to be related to staging, rather than command 
execution per se (which was the issue in #1625), but further investigation will 
be required to confirm that's the case.

Original issue reported on code.google.com by ahunter.ccg@gmail.com on 7 Jul 2011 at 1:21

GoogleCodeExporter commented 9 years ago
A lot of these cases have been fixed now, but no solid testing is done in the 
test framework for these and I am not going to close the ticket until this is 
in a test, cause otherwise it will just reoccur.

Original comment by ahunter.ccg@gmail.com on 7 Jul 2011 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 2 Feb 2012 at 3:07

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 7 Jul 2012 at 3:43