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 40978 invoked from network); 5 Apr 2000 22:52:17 -0000 Received: from unknown (HELO titan.exoffice.com) (root@207.33.160.98) by locus.apache.org with SMTP; 5 Apr 2000 22:52:17 -0000 Received: from calvin (fwin.exoffice.com [207.33.160.97]) by titan.exoffice.com (8.9.3/8.9.3) with SMTP id PAA05077 for ; Wed, 5 Apr 2000 15:52:14 -0700 Message-ID: <011e01bf9f50$c975bdc0$1201a8c0@exoffice.com> From: "Dimitri Laloue" To: References: <852568B7.00548CFF.00@d54mta04.raleigh.ibm.com> Subject: Re: The plans are to cut a final release of 3.1 this week... Date: Wed, 5 Apr 2000 15:46:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I am writing a RequestInterceptor for tomcat. I have some questions about the implementation, and woyld be interested in some additions for the next release. I try to get the information of a response ( response line, headers and body). I am confronted with two main issues: - the afterBody is not implemented, so I can't easily get the body with the method Response.getBody ( that is defined in the class tomcat.core.ResponseImpl, but not in the interface tomcat.core.Response ? ) - the interface tomcat.core.Response used doesn't allow to access headers by some "get" methods ( like allows the request interface), even by its HttpServletResponseFacade ( we haven't access to neither the protocol nor the status message too). But its allowed in the interface "tomcat.response", so is there any reason to it? So if what i found is correct, I would be intersted for the next release to have access to the headers ( by get methods as in the interface "tomcat.core.Request") , protocol and status message ( these both are not vital), and in an implementation of the afterBody method! Regards, Dimitri ----- Original Message ----- From: To: ; Sent: Tuesday, April 04, 2000 8:21 AM Subject: The plans are to cut a final release of 3.1 this week... > > > If anyone knows of any issues that they feel absolutely must be resolved > before release, please speak now or forever hold your peace! > > >From what I can see, the release looks pretty good. > > - Sam Ruby > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org