Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 53187 invoked from network); 26 May 2009 21:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 21:57:57 -0000 Received: (qmail 57283 invoked by uid 500); 26 May 2009 21:58:08 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 57193 invoked by uid 500); 26 May 2009 21:58:08 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 57182 invoked by uid 99); 26 May 2009 21:58:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 21:58:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-fx0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 21:57:58 +0000 Received: by fxm23 with SMTP id 23so4376825fxm.0 for ; Tue, 26 May 2009 14:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=C8Sj+cSOPs7oTHefv2xDdG1wIHSGW30HIZuXSzYn0ns=; b=vlWU4nS8tHgfiOH9Rg2lbFizQFsERNrgV9BU5W5nnzgYljBHxjkNn7+VBUgDi4SCkO labc30VEuI4s7oNL5gDc992PCAnwU+/OMETRVvXnl9H1byxihIZISuOLKffDh6HQc3wl qymyEvRKvyj9XzlyGImnxhY1MyU1ij5yKoNlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=uEDPtDP6kol/LwQFkdTh2ClSrdmsBsjFGnZJVXWGLeaVEPepS/QawTmJGJXBqpBfic 7igjbZ8yk8Ab/vydSDflVpt2m/XKLxuCqrLM7eCnShXQKCZhUW7fBgC44OcJ0z0o5nvT pFLjFiVRWuzhxcJZ0G4VzGszxeMpVLaGerOhU= MIME-Version: 1.0 Received: by 10.103.227.10 with SMTP id e10mr1847728mur.98.1243375057650; Tue, 26 May 2009 14:57:37 -0700 (PDT) In-Reply-To: <4A1C5275.7010203@apache.org> References: <4A1C5275.7010203@apache.org> Date: Wed, 27 May 2009 01:57:37 +0400 Message-ID: <427155180905261457v3f418af0r489ba705b02410f5@mail.gmail.com> Subject: Re: [PROPOSAL] Adding support for aliases to DirContext From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 2009/5/27 Mark Thomas : > All, > > I have been looking into adding alias support to DirContext so > applications can pull in resources from external locations. I looked at > a couple of alternatives and settled on this patch (against trunk) as a > starting point: > http://people.apache.org/~markt/patches/2009-05-26-alias-DirContext.patch > > It works at a basic level but I haven't done much testing and it is > probably far from complete. Before I go much further, I'm keen to hear > any feedback, particularly any ideas on alternative implementations that > might be simpler. > > I'd like to get something like this into trunk for inclusion in Tomcat 7. > Did not look into this patch yet. Just for reference, Tim's previous attempt of implementation: http://svn.apache.org/viewvc?rev=575332&view=rev http://marc.info/?t=118969691000003&r=2&w=2 http://marc.info/?t=118969691000003&r=1&w=2 http://svn.apache.org/viewvc?rev=575945&view=rev Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org