From dev-return-21764-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Mar 28 15:10:24 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E54B19EFD for ; Wed, 28 Mar 2012 15:10:23 +0000 (UTC) Received: (qmail 96315 invoked by uid 500); 28 Mar 2012 15:10:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 96249 invoked by uid 500); 28 Mar 2012 15:10:23 -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 96241 invoked by uid 99); 28 Mar 2012 15:10:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 15:10:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A28C09A4F; Wed, 28 Mar 2012 15:10:22 +0000 (UTC) From: Git at Apache To: dev@couchdb.apache.org Subject: couchdb pull request: fixes on _rewrite handling Content-Type: text/plain Message-Id: <20120328151022.A28C09A4F@tyr.zones.apache.org> Date: Wed, 28 Mar 2012 15:10:22 +0000 (UTC) GitHub user RonnyPfannschmidt opened the pull request at https://github.com/apache/couchdb/pull/15 ---- fixes on _rewrite handling 2 changes to fix the related jira issues * rewrite loops (limit to 100) - https://issues.apache.org/jira/browse/COUCHDB-1441 * overwriting the original url on nested rewriting - https://issues.apache.org/jira/browse/COUCHDB-1442 ---- You can merge this pull request into a Git repository by running $ git pull https://github.com/RonnyPfannschmidt/couchdb rewrite-fixes Alternatively you can review and apply these changes as the patch at https://github.com/apache/couchdb/pull/15.patch