Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31231 invoked from network); 11 Nov 2000 03:51:56 -0000 Received: from lukla.sun.com (192.18.98.31) by locus.apache.org with SMTP; 11 Nov 2000 03:51:56 -0000 Received: from centralmail1.Central.Sun.COM ([129.147.62.10]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id UAA26214 for ; Fri, 10 Nov 2000 20:51:56 -0700 (MST) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [129.147.34.144]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id UAA09889 for ; Fri, 10 Nov 2000 20:51:56 -0700 (MST) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id VAA07698; Fri, 10 Nov 2000 21:03:20 -0700 Message-ID: <3A0CC2A6.D85A25F5@eng.sun.com> Date: Fri, 10 Nov 2000 19:53:10 -0800 From: "Craig R. McClanahan" X-Mailer: Mozilla 4.75 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: [Resend] Ready for 3.2b7? References: <764CA2FF49EC054BA086FC8253A52DD7433228@merc09.us.sas.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Larry Isaacs wrote: > Craig, > > My last commit gets the default error output back to what we had > before the exception handling patch. Also, thanks for the patch to > PageContextImpl. I can now look forward to "safely" upgrading to > Tomcat 3.2 Final. > Cool! > > I don't have any other changes in the queue, so I'm fine with > building 3.2b7. Hope it wasn't already started. :-) > Nope ... I figured you'd like one more shot :-) And, as you can see from the commits, I had a couple more to do. Oh well, the Trailblazers have a game tomorrow night, and building releases (and uploading them) fits well into watching basketball ... > > Larry > Craig > > -----Original Message----- > From: Craig R. McClanahan > To: tomcat-dev@jakarta.apache.org > Sent: 11/10/00 6:22 PM > Subject: Re: [Resend] Ready for 3.2b7? > > Larry Isaacs wrote: > > > Currently PageContext.handlePageException() uses a > > RequestDisplacher.forward() to invoke the errorPage specified > > for a JSP. If the response has been committed, you get useless > > output because of the IllegalStateException thrown by the > > forward() call. > > > > Would it be a spec violation to test if the response is committed > > and use include() instead if it is? I think I have heard that this > > is how others avoid this problem. > > > > All I could find in the spec is that handlePageException() > > should "redirect" the to the error page. Does this mandate > > that forward() should be used? If not, I think it would be a > > big plus to make this change in 3.2b7. > > > > Well, reducing the number of people who call your extension *definitely* > qualifies as a mission critical fix :-). That way, you'll have more > time to > work on Tomcat :-) :-). > > Seriously, it's a good idea, especially in light of the workaround we > recently committed that causes the response to *always* be committed > before > an include is processed. I just committed this patch. > > > > > Larry > > > > Craig > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org