DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28694>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28694 Tomcat5.0.19 changed jsp file name after it compiles jsp pages Summary: Tomcat5.0.19 changed jsp file name after it compiles jsp pages Product: Tomcat 5 Version: 5.0.19 Platform: HP OS/Version: HP-UX Status: NEW Severity: Major Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] IN Tomcat5.0.19, When I load a jsp file, it compiles jsp file to java. However it changes the original jsp name. For example, after I load my_login.jsp, it becomes my_005flogin_jsp.java under tomcat/work/Catalina/localhost/_/org/apache/jsp It seems 005f is the HEX of "_". So whenever I have _ in a jsp file, it will become 005f_. Those compiled jsp file name will go into our log entry which created some problems with this extra "005f". Please notify me if you have fixed this problem in next release. [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]