Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12198F4B0 for ; Sat, 23 Mar 2013 00:24:24 +0000 (UTC) Received: (qmail 63877 invoked by uid 500); 23 Mar 2013 00:24:23 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 63755 invoked by uid 500); 23 Mar 2013 00:24:23 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 63748 invoked by uid 99); 23 Mar 2013 00:24:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Mar 2013 00:24:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Mar 2013 00:24:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AA5B3238897A; Sat, 23 Mar 2013 00:24:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1460067 - /commons/cms-site/trunk/content/resources/.htaccess Date: Sat, 23 Mar 2013 00:24:00 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130323002400.AA5B3238897A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Sat Mar 23 00:24:00 2013 New Revision: 1460067 URL: http://svn.apache.org/r1460067 Log: Try to ensure we have / before any additional path and avoid // at end Modified: commons/cms-site/trunk/content/resources/.htaccess Modified: commons/cms-site/trunk/content/resources/.htaccess URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1460067&r1=1460066&r2=1460067&view=diff ============================================================================== --- commons/cms-site/trunk/content/resources/.htaccess (original) +++ commons/cms-site/trunk/content/resources/.htaccess Sat Mar 23 00:24:00 2013 @@ -19,7 +19,7 @@ RedirectMatch ^/codec(.*) /proper/common RedirectMatch ^/collections(.*) /proper/commons-collections/$1 RedirectMatch ^/compress(.*) /proper/commons-compress/$1 RedirectMatch ^/configuration(.*) /proper/commons-configuration/$1 -RedirectMatch ^/csv(.*) /proper/commons-csv/$1 +RedirectMatch ^/csv(/.*)? /proper/commons-csv$1 RedirectMatch ^/daemon(.*) /proper/commons-daemon/$1 RedirectMatch ^/dbcp(.*) /proper/commons-dbcp/$1 RedirectMatch ^/dbutils(.*) /proper/commons-dbutils/$1