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

removing then replacing a jsp page continues to give a 404





------- Additional Comments From [EMAIL PROTECTED]  2004-03-05 13:44 -------
using incrementRemoved() is cleaner, it removes wrapper and java-/class-file. 
 
Code from JspCompilationContext: 
 
    // ==================== Removal ==================== 
 
    public void incrementRemoved() { 
        if (removed > 1) { 
            jspCompiler.removeGeneratedFiles(); 
            if( rctxt != null ) 
                rctxt.removeWrapper(jspUri); 
        } 
        removed++; 
    }

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

Reply via email to