Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 39990 invoked from network); 24 Nov 2005 23:01:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Nov 2005 23:01:08 -0000 Received: (qmail 12308 invoked by uid 500); 24 Nov 2005 23:01:06 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 12268 invoked by uid 500); 24 Nov 2005 23:01:06 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 12254 invoked by uid 99); 24 Nov 2005 23:01:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2005 15:01:05 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [202.93.83.110] (HELO smtp17.mail.bbt.yahoo.co.jp) (202.93.83.110) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Nov 2005 15:02:37 -0800 Received: from unknown (HELO ?192.168.10.106?) (shinsuke?sugaya@220.157.175.235 with plain) by smtp17.mail.bbt.yahoo.co.jp with SMTP; 24 Nov 2005 23:00:43 -0000 X-Apparently-From: Message-ID: <438646A6.2040809@yahoo.co.jp> Date: Fri, 25 Nov 2005 08:03:02 +0900 From: Shinsuke SUGAYA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: Jetspeed Developers List Subject: Re: svn commit: r348825 - /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java References: <20051124224012.31759.qmail@minotaur.apache.org> <4386434B.40806@douma.nu> In-Reply-To: <4386434B.40806@douma.nu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ate Douma wrote: > shinsuke@apache.org wrote: > >> Author: shinsuke >> Date: Thu Nov 24 14:40:09 2005 >> New Revision: 348825 >> >> URL: http://svn.apache.org/viewcvs?rev=348825&view=rev >> Log: >> commented out. please see PLT.11.2.1 > > Shinsuke, > I just commented on the issue reported by Christophe on the list. > The Fileupload problem is caused by the code you commented out, but this > really isn't the solution. > This way, J2 doesn't pass the JSR-168 TCK anymore which isn't acceptable. > But, as I wrote to the list, I'm going to device a solution both > compliant to the TCK *and* restore PLT.11.2.1 I'm looking forward to the proper fix :) I'm willing to help out if needed. Thanks, shinsuke >> Modified: >> >> portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java >> >> >> Modified: >> portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java >> >> URL: >> http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java?rev=348825&r1=348824&r2=348825&view=diff >> >> ============================================================================== >> >> --- >> portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java >> (original) >> +++ >> portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/engine/servlet/ServletRequestImpl.java >> Thu Nov 24 14:40:09 2005 >> @@ -477,11 +477,12 @@ >> /* >> * JST-168 PLT.16.3.3 cxxxiv >> */ >> +/* >> public int getContentLength() >> { >> return 0; >> } >> - >> +*/ >> /* >> * JST-168 PLT.16.3.3 cxxix >> */ >> @@ -493,11 +494,12 @@ >> /* >> * JST-168 PLT.16.3.3 cxxxii >> */ >> +/* >> public BufferedReader getReader() throws IOException >> { >> return null; >> } >> - >> +*/ >> /* >> * JST-168 PLT.16.3.3 cxxxii >> */ >> @@ -509,19 +511,21 @@ >> /* >> * JST-168 PLT.16.3.3 cxxxii >> */ >> +/* >> public String getContentType() >> { >> return null; >> } >> - >> +*/ >> /* >> * JST-168 PLT.16.3.3 cxxxii >> */ >> +/* >> public ServletInputStream getInputStream() throws IOException >> { >> return null; >> } >> - >> +*/ >> /* >> * JST-168 PLT.16.3.3 cxxxii >> */ >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org >> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org >> >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org > For additional commands, e-mail: jetspeed-dev-help@portals.apache.org > > -------------------------------------- STOP HIV/AIDS. Yahoo! JAPAN Redribbon Campaign 2005 http://pr.mail.yahoo.co.jp/redribbon/ --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org