On Thu, Dec 11, 2008 at 11:52 AM, Damien Katz <[email protected]> wrote: > > If the design doc has weird characters that aren't supported in the file > system, we can't make the index file. If we hash the filename, then it's > impossible for an admin to figure out which files are which from the command > line. So maybe we should url escape the name for the file system too. Or > just not support weird characters at all. >
It seems safest to use the db-name constraints on the design doc name. That should be simple to implement. -- Chris Anderson http://jchris.mfdz.com
