From dev-return-11367-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Aug 17 13:06:01 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 54768 invoked from network); 17 Aug 2010 13:06:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 13:06:01 -0000 Received: (qmail 76815 invoked by uid 500); 17 Aug 2010 13:06:00 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 76568 invoked by uid 500); 17 Aug 2010 13:05:58 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 76560 invoked by uid 99); 17 Aug 2010 13:05:57 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 13:05:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 13:05:40 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HD5INa000975 for ; Tue, 17 Aug 2010 13:05:18 GMT Message-ID: <24622120.393381282050318712.JavaMail.jira@thor> Date: Tue, 17 Aug 2010 09:05:18 -0400 (EDT) From: "Benoit Chesneau (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-230) Add Support for Rewritable URL In-Reply-To: <1964398746.1233345179738.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899394#action_12899394 ] Benoit Chesneau commented on COUCHDB-230: ----------------------------------------- I would like to develop this feature but I'm not sure we should be on / ? My idee is to do /_root/some-location -> /rewrittent-location where _root is customizable via the ini. Thoughts ? > Add Support for Rewritable URL > ------------------------------ > > Key: COUCHDB-230 > URL: https://issues.apache.org/jira/browse/COUCHDB-230 > Project: CouchDB > Issue Type: New Feature > Reporter: Patrick Aljord > Fix For: 1.0.2 > > > It would be good if couchdb would allow to rewrite urls so that instead of having to write that: > http://127.0.0.1:5984/blogdb/_design/sofa/account.html > I could just write: > http://127.0.0.1:5984/blogdb/account > It could be done with the web server but having the rewritten rules in the db would make it a bit easier for replication so we don't have to write the rules on each web server where a db gets replicated. > Here are a few propositions from davisp: > alisdair: how so? rewriting urls should be in _design documents, since they're in _design docs they should be limited to per db namespaces > bobesponja: I don't know that anyone has looked at it seriously, but my first guess is that we'd just make a _design/doc "urls" member that's a list of regex's and targets as is fairly standard practice > bobesponja: or perhaps, regex's -> erlang handler > the second might not be as fun -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.