On Wed, Oct 31, 2012 at 11:36 PM, john.tiger <[email protected]> wrote: > On 10/31/2012 05:52 PM, Benoit Chesneau wrote: >> >> Hello all, >> >> So I finally committed my patch about CORS support following the current >> W3C working draft [1]. This patch support simple and preflights requests >> for a couchdb node. Configuration can also be done for a specific vhost. > > > okay, what am I missing ? on github I do not see any branch 431-CORS I > only see an old branch 431 by tilgovi > > >
You can pull it directly from ASF easily enough: $ git remote add apache https://git-wip-us.apache.org/repos/asf/couchdb.git $ git fetch apache $ git checkout apache/431-CORS
