Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17388 invoked from network); 8 Dec 2004 20:26:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 20:26:44 -0000 Received: (qmail 41787 invoked by uid 500); 8 Dec 2004 20:26:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 41747 invoked by uid 500); 8 Dec 2004 20:26:24 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 41676 invoked by uid 99); 8 Dec 2004 20:26:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 12:26:23 -0800 Received: from [192.168.1.105] (dsl093-038-137.pdx1.dsl.speakeasy.net [66.93.38.137]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id iB8KQ8CW030081 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 8 Dec 2004 12:26:09 -0800 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6A32EC2E-4957-11D9-8F70-000D93361CAA@gluecode.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: jetty-deployer branch will be merged back to trunk shortly Date: Wed, 8 Dec 2004 12:26:17 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Even after some discussion I'm not sure exactly what you mean by this. The way I'm thinking of merging the two would result the possibility of deployments with and without (JACC) security enabled for the web app. This would be similar to how the ejb containers can include/exclude security interceptors based on their configuration. If you want people to be able to run geronimo + jetty without geronimo-spec-j2ee-jacc-1.0-xx.jar and geronimo-security-xx.jar installed, that could be harder, but I'm not convinced it is possible today. Have you tried it? The jetty builder certainly references the security builder, but this might not be a problem if the security elements are not in the plan. Can you clarify what you mean? thanks david jencks On Dec 6, 2004, at 11:29 PM, Alan D. Cabrera wrote: > The reason that we have JettyWebAppJACCContext and JettyWebAppContext > is that I thought that there might be people who want to use jetty in > geronimo w/out JACC. If this is not the case, then it makes sense to > merge the two. > > > Regards, > Alan > > -----Original Message----- > From: David Jencks [mailto:david_jencks@yahoo.com] > Sent: Tue 12/7/2004 1:22 AM > To: dev@geronimo.apache.org > Cc: > Subject: jetty-deployer branch will be merged back to trunk shortly > > > > The djencks/jetty-deployer1/trunk branch is basically working > perfectly > so I plan to merge it back to trunk shortly. > > missing features: > > 1. default locale configs. These can be specified in web.xml but > there > aren't any defaults like jetty has in default-web.xml yet. Are these > actually useful? > > 2. default filters work but they are automatically mapped to /*. The > default filter mapping isn't quite done. > > could be improved: > > I think we should merge JettyWebAppJACCContext into JettyWebAppContext > and make whether the security interceptors are added dependent on > configuration. > > thanks > david jencks > > >