diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-10-14 20:45:30 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-10-14 20:45:30 +0000 |
commit | 42c66936ffc16e887398ec28ab198e7a6592f277 (patch) | |
tree | 5aaa1786180f01580a7bf0c95735da4e0d9e687c /share/www/script/test/stats.js | |
parent | 8729b80562450cfce513cbe55046441829202e9b (diff) |
Fix a bug in the couch.app generation.
The couch.app module list was using '*.erl' to list the modules. This
causes issues if weird backup files are introduced into that directory.
It appears that copying to and from HFS file systems can result in files
with a prefix of '._' so that we had '._couch_server.erl' amongst other
things which would then be in the couch.app module list, which would then
prevent the server from booting properly. As in, it would just halt before
any CouchDB code was ever run.
The fix is to make the module list use "couch*.erl" instead.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@825268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/test/stats.js')
0 files changed, 0 insertions, 0 deletions