From user-return-95-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Wed Sep 29 17:16:48 2004 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 86091 invoked from network); 29 Sep 2004 17:16:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Sep 2004 17:16:48 -0000 Received: (qmail 52346 invoked by uid 500); 29 Sep 2004 17:16:47 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 52302 invoked by uid 500); 29 Sep 2004 17:16:46 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@geronimo.apache.org Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 52288 invoked by uid 99); 29 Sep 2004 17:16:46 -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 [64.14.202.141] (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 10:16:45 -0700 Received: from [192.168.17.112] ([192.168.17.112]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id i8THPx1q004509 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 29 Sep 2004 10:26:01 -0700 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <21eae70904092900181569a4ea@mail.gmail.com> References: <21eae70904092900181569a4ea@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <51E5EA24-123B-11D9-9C6E-000D93C5B79C@gluecode.com> Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: Case Sensitivity of geronimo Date: Wed, 29 Sep 2004 10:16:37 -0700 To: user@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 What does the JSP spec say on this issue? It may be that jsper is more compliant then what you were using. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Sep 29, 2004, at 12:18 AM, Rajesh Ravindran wrote: > Hi all, > > It seems that geronimo is very case sensitive. > > In an application I am trying to run, certain attributes in a jsp-tag > were given in CAPS wheras the TLD has them in small (& in some cases > vice-versa). This throws exception saying that it couldnt find that > attribute. > > Now do I have to change all these JSPs? Is there a work-around? Is > there a reason for keeping geronimo case-sensitive? > > Thanking you in advance, > Rajesh