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=15105>. 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=15105 pushBody()/popBody() error on tomcat 4.1.12 Summary: pushBody()/popBody() error on tomcat 4.1.12 Product: Tomcat 4 Version: 4.1.12 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] How it should work: I am using bodytag that calls a pushBody(), then the current body writer sould be kept and it should be createa a new one, later when I call the popBody() the system should get the previous body (that is, the body that has been kept on the call to pushBody()) What it does now: All works as expected, but after I call popBody() the new body writer that has been created on the call to pushBody() writes its contents to the previous body writer (that is, the body that has been kept on the call to pushBody()). I think that the content should not been copied on the other body writer. It fails on Tomcat 4.1.12 and it works fine on Tomcat 4.0.X. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>