On Tue, Mar 26, 2013 at 11:48 PM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > Ivan Zhakov wrote on Tue, Mar 26, 2013 at 21:57:42 +0400: >> Can we just extend [FS validation] to prohibit all characters with ascii >> code < 31 ? > > We can but that would break an API promise. (A promise that we might be > fine with breaking.) I don't see API breakage here: 1. We already prohibited some FS paths (with . or ..) 2. Only new paths will be affected: users still can access already created files/folders in repository.
-- Ivan Zhakov