On Fri, 18 Jan 2002, Justin Rowles wrote:

> Date: Fri, 18 Jan 2002 14:47:01 -0000
> From: Justin Rowles <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: 'Tomcat Users List' <[EMAIL PROTECTED]>
> Subject: RE: JSP Won't Compile Under Tomcat 4
>
> > I still can't understand why none of this was necessary under
> > Tomcat 3.
>

Because Tomcat 3.x was (and I guess still is) broken in this respect -- it
creates implicit imports for "java.util.*" that are contrary to the JSP
spec.  Tomcat 4 creates explicit imports only for the packages that are
allowed.

Craig


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to