> From: David Kerber [mailto:[EMAIL PROTECTED] 
> Ok, I see that, and it's kind of scary!  That seems like a 
> pretty poor 
> design for the compiler not to handle that kind of change.

It ain't the compiler - the JSP compiler never gets invoked because the
mapping is case-sensitive, and the mapping is case-sensitive because the
servlet spec states that it is - and as Tomcat is the reference
implementation of the servlet spec, it adheres to the spec even where
the spec is poor.  You could get round the problem by putting multiple
mappings into web.xml, so that jsp, JSP, Jsp, jSp and all the other
permutations get mapped to the compiler.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to