Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 47428 invoked from network); 10 Aug 2010 15:45:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 15:45:39 -0000 Received: (qmail 85311 invoked by uid 500); 10 Aug 2010 15:45:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 85228 invoked by uid 500); 10 Aug 2010 15:45:38 -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 85219 invoked by uid 99); 10 Aug 2010 15:45:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 15:45:38 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 15:45:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AFjHVp027144 for ; Tue, 10 Aug 2010 15:45:17 GMT Message-ID: <22311543.254461281455117082.JavaMail.jira@thor> Date: Tue, 10 Aug 2010 11:45:17 -0400 (EDT) From: "Noah Slater (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-472) handle custom CouchdDB welcome page In-Reply-To: <1513040232.1250601614793.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-472?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D128= 96912#action_12896912 ]=20 Noah Slater commented on COUCHDB-472: ------------------------------------- We should use the mimeparse library for Erlang here: http://code.google.com/p/mimeparse/ Then we can handle it properly. > handle custom CouchdDB welcome page > ----------------------------------- > > Key: COUCHDB-472 > URL: https://issues.apache.org/jira/browse/COUCHDB-472 > Project: CouchDB > Issue Type: Improvement > Affects Versions: 0.10 > Reporter: Benoit Chesneau > Assignee: Benoit Chesneau > Fix For: 0.12 > > Attachments: COUCHDB-472-2.patch, COUCHDB-472.patch, couchdb_welc= ome.patch, couchdb_welcome2.patch, couchdb_welcome3.patch, screenshot.png, = Welcome page screenshot.jpg > > > This change modify behaviour of Welcome handler by allowing admin to cust= omize the welcome page. If content is "application/json" it will send curre= nt json object, if not, it will send an html page or redirect to another pa= th. =20 > This patch change the confugration string to a tupple {WelcomeMsg, Welcom= ePage}. WelcomePage could be a string for DocumentRoot where it will find w= elcome.html page or a tupple {redirect, Url} > Ex if in config you have: > / =3D {couch_httpd_misc_handlers, handle_welcome_req, {<<"Welcome">>, "/u= sr/local/share/couchdb/www"}} > If Accept content is application/json Couchdb will send : > "couchdb":"Welcome","version":"0.10.0a"} > If other it will send welcome.html. > if you replace "/usr/local/share/couchdb/www" by {redirect, <<"/_utils">>= }=C2=A0user will be redirected on futon. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.