Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73220 invoked from network); 16 Aug 2006 14:20:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 14:20:43 -0000 Received: (qmail 96836 invoked by uid 500); 16 Aug 2006 14:20:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 96781 invoked by uid 500); 16 Aug 2006 14:20:40 -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 List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 96770 invoked by uid 99); 16 Aug 2006 14:20:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 07:20:40 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of paulmcmahan@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 07:20:39 -0700 Received: by ug-out-1314.google.com with SMTP id m2so189147uge for ; Wed, 16 Aug 2006 07:20:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Nj+uOETdVld4fEYx+8n2xGSSXMswtiUOS5k2UX/0v0NK8Lm+fq6+B5UV0/8ThNyruy+YXuoRtkSKSch7KyAcoELMwhaQGDqSmPjr3qb5FnLZ1nzRI0XtB54SJv60K2+P/4e+zuA3rixzD+r+rFY0/3nCa2bfYgrmq/QFyQcvN3I= Received: by 10.66.224.3 with SMTP id w3mr366110ugg; Wed, 16 Aug 2006 07:20:17 -0700 (PDT) Received: by 10.67.19.8 with HTTP; Wed, 16 Aug 2006 07:20:17 -0700 (PDT) Message-ID: <21df75940608160720j68ee0bbse0081a61395fdf8a@mail.gmail.com> Date: Wed, 16 Aug 2006 10:20:17 -0400 From: "Paul McMahan" To: dev@geronimo.apache.org Subject: Re: Possible blocker for 1.1.1 -- console broken In-Reply-To: <74e15baa0608160715t2d26ae78g80b4a56efc5a4228@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7878B282-0BE8-4B15-9B97-095849382D3C@yahoo.com> <40EC0F52-8151-4359-A0C1-2A60623A366D@gmail.com> <74e15baa0608160715t2d26ae78g80b4a56efc5a4228@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I only saw the problem in Jetty. Tomcat seems to work OK. May have to do with the way that Jetty encodes URLs. But I stopped looking last night when I saw that Alan had a solution in hand. Paul On 8/16/06, Aaron Mulder wrote: > On 8/16/06, Kevan Miller wrote: > > I don't think that it's a blocker. Could be fixed in 1.1.2... > > I disagree -- if this is the JACC issue Alan is working on, it makes > it impossible to create a database pool in the console. (Though maybe > there are two separate issues here, because I never got to the point > of entering a colon) > > Thanks, > Aaron > > > On Aug 15, 2006, at 9:43 PM, David Jencks wrote: > > Bill Dudney found a problem with the console -- see GERONIMO-2326 > > > > I've been able to reproduce it on branches/1.1 so I expect it is also a > > problem on 1.1.1. I think the problem only occurs when you try to deploy a > > non-xa driver, which then includes a database url with lots of colons in the > > servlet/portlet url. These colons don't work with the new fixes alan put in > > to the web app security. > > > > I think the solution is to encode the db urls, but I'm not sure when the url > > is being constructed nor if the encoding should be our responsibility or > > pluto's If any console experts such as Aaron have any ideas that would be > > great. > > > > As a completely separate issue it looks like the work in rev 412804 did not > > make it into trunk... I'm getting worried about drift between the versions. > > > > thanks > > david jencks > > > > > > >