[EMAIL PROTECTED] wrote:
> marcsaeg 01/01/05 10:04:37
>
> Modified: src/share/org/apache/jasper/compiler Tag: tomcat_32
> Compiler.java
> Log:
> Added a method to remove the generated .class file. This will be called
> to remove generated files in the event that the associated JSP page is removed.
> PR: 698
>
Note that the JSP spec is silent on this topic (as is the servlet spec for the case
where you remove a servlet class after it has been
loaded). Hence, this change is a Tomcat-specific feature. Application developers who
rely on it to operate portably are going to be
surprised when other servlet containers may or may not act the same way.
For that reason, I would suggest we don *not* make this change.
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]