From dev-return-3959-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Apr 18 17:17:37 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 26682 invoked from network); 18 Apr 2009 17:17:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2009 17:17:37 -0000 Received: (qmail 49856 invoked by uid 500); 18 Apr 2009 17:17:36 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 49767 invoked by uid 500); 18 Apr 2009 17:17:36 -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 49757 invoked by uid 99); 18 Apr 2009 17:17:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Apr 2009 17:17:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Apr 2009 17:17:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB4E0234C004 for ; Sat, 18 Apr 2009 10:17:14 -0700 (PDT) Message-ID: <583463402.1240075034949.JavaMail.jira@brutus> Date: Sat, 18 Apr 2009 10:17:14 -0700 (PDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-310) Fix hardcoded redirect to "/_utils/" In-Reply-To: <1573492006.1238328710553.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-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis updated COUCHDB-310: -------------------------------------- Summary: Fix hardcoded redirect to "/_utils/" (was: patch do make redirect depending of request path in handle_utils_dir_req) Title was: "patch do make redirect depending of request path in handle_utils_dir_req" > Fix hardcoded redirect to "/_utils/" > ------------------------------------ > > Key: COUCHDB-310 > URL: https://issues.apache.org/jira/browse/COUCHDB-310 > Project: CouchDB > Issue Type: Improvement > Components: HTTP Interface > Affects Versions: 0.10 > Environment: * > Reporter: Benoit Chesneau > Fix For: 0.10 > > Attachments: couch_httpd_misc_handlers.erl.diff > > > Find attached a patch that remove hard writing of "_utils" path in handle_utils_dir_req. It allows to really change the util path or use the handler to manage other path. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.