I'v updated COUCHDB-591 ticket with latest diff: https://issues.apache.org/jira/browse/COUCHDB-591
Tell me if it's ok for you so I can eventually commit it. - benoît On Fri, Jan 29, 2010 at 1:11 AM, Benoit Chesneau <[email protected]> wrote: > I've updated the rewrite handler on git repro. Some fixes and also > give support for relatives urls in the target : > > this "to" urls are relative to ddoc : > > _show/test/... > /_show/test/.... > > give same results: /somedb/ddoc/_design/_show/test/... > > However it's now possible to do : > > ../../_changes -> /somedb/_changes > > and : > > ../../../somedb -> /somedb > > or : > > ../../../_utils -> _utils > > I rewrite couch.it using the rewriter. It should be available this > weekend so we will have a working example. > > - benoît > > > - benoit >
