You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Angel Aray <aa...@conectium.com> on 2001/07/28 02:48:47 UTC

Issue/bug with jasper Mangler in tomcat33

Jasper currently uses the name of the folder where a jsp is found to
compute the package name for the java class to be generated, this
raises some issues when the folder"s name is not a valid java identifier
i.e it start with some digits.

So, if for example we have a  /4you/code.jsp jasper will generate some
java containing a line like "package 4you.code_1.java;" which would fail
to compile.

This issue is present in tomcat33b1 but not on tomcat-3.2.3 or tomcat40b6

Regards,
	Angel Aray.