DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25373>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25373 Timestamp on generated .java and .class should match the one on .jsp ------- Additional Comments From [EMAIL PROTECTED] 2004-03-01 23:24 ------- I agree this should be a WONTFIX. The time stamps for the .class files indicate the time when they are generated, as they should be. Re-stamping them with different values would have performance impact, without any real benefit. One solution to the "problem" decsribed in your scenario is to touch revision 7 of index.jsp when it is deployed for production, if it is different from revision 6. The automatic recompilation for outdated JSP pages is intended for development, you should precompile your pages when you deploy your application, as Tim suggested. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]