You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by chris brown <de...@reflexe.fr> on 2001/09/24 15:47:23 UTC

Re: [TC4] Confusion over JspWriter and IOException in compiled JSPs

> > But if I import explicitly java.io.IOException, it might cause
unqualified
> > references to the Tomcat IOException class to become mixed up too !
> I dont think there is a tomcat IOException... the compiler was looking for
> that class because it was compiling a servlet that referenced a class
> IOException - which wasn't imported

You may be right in fact, but I can't verify, as all the debugging info has
since been removed.

If the problem reappears, I'll let you know.  After looking at the code
again though, I suspect you're right.

Thanks!