You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Rajesh Ravindran <ra...@gmail.com> on 2004/09/29 09:18:01 UTC

Case Sensitivity of geronimo

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

Re: Case Sensitivity of geronimo

Posted by Dain Sundstrom <ds...@gluecode.com>.
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