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
- '_' <-> 0x5f and Jasper Keith Wannamaker
- RE: '_' <-> 0x5f and Jasper Deacon Marcus
- RE: '_' <-> 0x5f and Jasper Craig R. McClanahan
- RE: '_' <-> 0x5f and Jasper Keith Wannamaker