On Sat, 7 Jul 2001, Keith Wannamaker wrote:

> Is there a known problem with jsp filenames containing '_'?
> The Jasper in jakarta-tomcat head compiles 'foo_bar.jsp' to
> 'foo_0005fbar.jsp' for me.  Clearly there is some escaping 
> gone awry, but surely I'm not the first to encounter this?
> I'm digging into it now...
> Keith
> 
> 
What problem does it cause you that the escaping is done?  The application
should not care what the generated Java source code filenames are.

Craig


Reply via email to