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=15084>.
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=15084

preloaded jsp's have their init method called again on first hit

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-07-03 15:55 -------
There is nothing I can see in the JSP spec about pre-loading. You are relying 
on functionality outside of the spec to achieve wat you want. This is why you 
see different behaviour in different containers. A safer approach would be to 
pre-compile your JSPs before deployment (this is a sensible thing to do in 
production systems anyway) and then specify the pre-loading for your servlets.

I am therefore going to close this bug as invalid. If you disagree with this 
assessment please feel free to re-open this bug but I would ask that you 
include a reference to the part of the JSP spec that you believe tomcat is not 
conforming to.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to