Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 91670 invoked from network); 18 Aug 2010 18:33:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 18:33:38 -0000 Received: (qmail 23667 invoked by uid 500); 18 Aug 2010 18:33:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23614 invoked by uid 500); 18 Aug 2010 18:33:37 -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 23606 invoked by uid 99); 18 Aug 2010 18:33:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 18:33:37 +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; Wed, 18 Aug 2010 18:33:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7IIXGut020609 for ; Wed, 18 Aug 2010 18:33:16 GMT Message-ID: <16460176.425631282156396659.JavaMail.jira@thor> Date: Wed, 18 Aug 2010 14:33:16 -0400 (EDT) From: "Chris Anderson (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 [ https://issues.apache.org/jira/browse/COUCHDB-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899948#action_12899948 ] Chris Anderson commented on COUCHDB-230: ---------------------------------------- not worrying about stomping on database names (Eg by allowing admins to vhost */foo = /foo/_design/foo/_rewrite ) I think is OK. I'm not sure about the $stuff, if only because that adds an entire new level of complexity to the implementation. one thing I like about the implementation now is how simple it is. > 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.