Thanks to all File upload is working Kind regards, Christophe
On 11/25/05, Shinsuke SUGAYA <[EMAIL PROTECTED]> wrote: > Ate Douma wrote: > > [EMAIL PROTECTED] 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: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -------------------------------------- > STOP HIV/AIDS. > Yahoo! JAPAN Redribbon Campaign 2005 > http://pr.mail.yahoo.co.jp/redribbon/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
