You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Derek Glidden <dg...@illusionary.com> on 2001/10/29 22:54:49 UTC

multipart/form-data errors with mod_webapp

On Sep 25, "Jaek" said this on the list:

 > I've got a small test webapp that uses
 > com.oreilly.servlet.MultipartRequest in order to allow file uploading.
 >
 > The following occurs while using Tomcat 4.0:
 >
 > When I go to the web-app directly via the Tomcat server via port 8080
 > everything works fine.
 >
 > When I go through Apache via mod_webapp to the Tomcat server I get the
 > exception "java.io.IOException: unexpected end of part".

I'm having exactly the same problem.  This is with Tomcat 4.0, apache 
1.3.20 and webapp-module-1.0-tc40 running on a Debian 2.2 Linux server.

Doing the file upload through Apache fails with the abovementioned 
exception.  Doing the upload directly to Tomcat succeeds as expected.

I see that Tomcat 4.0.1 is now available, which I will try, but I see no 
mention of this problem being resolved.  The only response I could find 
in the list archives to this was "I am using this on NT.  It works." 
Has there been any further resolution to this problem?


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#!/usr/bin/perl -w
$_='while(read+STDIN,$_,2048){$a=29;$b=73;$c=142;$t=255;@t=map
{$_%16or$t^=$c^=($m=(11,10,116,100,11,122,20,100)[$_/16%8])&110;
$t^=(72,@z=(64,72,$a^=12*($_%16-2?0:$m&17)),$b^=$_%64?12:0,@z)
[$_%8]}(16..271);if((@a=unx"C*",$_)[20]&48){$h=5;$_=unxb24,join
"",@b=map{xB8,unxb8,chr($_^$a[--$h+84])}@ARGV;s/...$/1$&/;$d=
unxV,xb25,$_;$e=256|(ord$b[4])<<9|ord$b[3];$d=$d>>8^($f=$t&($d
 >>12^$d>>4^$d^$d/8))<<17,$e=$e>>8^($t&($g=($q=$e>>14&7^$e)^$q*
8^$q<<6))<<9,$_=$t[$_]^(($h>>=8)+=$f+(~$g&$t))for@a[128..$#a]}
print+x"C*",@a}';s/x/pack+/g;eval

usage: qrpff 153 2 8 105 225 < /mnt/dvd/VOB_FILENAME \
     | extract_mpeg2 | mpeg2dec -

          http://www.cs.cmu.edu/~dst/DeCSS/Gallery/
http://www.eff.org/                   http://www.anti-dmca.org/
    http://www.sciencemag.org/cgi/content/full/293/5537/2028


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: multipart/form-data errors with mod_webapp

Posted by Pier Fumagalli <pi...@betaversion.org>.
Derek Glidden at dglidden@illusionary.com wrote:

> 
> On Sep 25, "Jaek" said this on the list:
> 
>> I've got a small test webapp that uses
>> com.oreilly.servlet.MultipartRequest in order to allow file uploading.
>> 
>> The following occurs while using Tomcat 4.0:
>> 
>> When I go to the web-app directly via the Tomcat server via port 8080
>> everything works fine.
>> 
>> When I go through Apache via mod_webapp to the Tomcat server I get the
>> exception "java.io.IOException: unexpected end of part".
> 
> I'm having exactly the same problem.  This is with Tomcat 4.0, apache
> 1.3.20 and webapp-module-1.0-tc40 running on a Debian 2.2 Linux server.
> 
> Doing the file upload through Apache fails with the abovementioned
> exception.  Doing the upload directly to Tomcat succeeds as expected.
> 
> I see that Tomcat 4.0.1 is now available, which I will try, but I see no
> mention of this problem being resolved.  The only response I could find
> in the list archives to this was "I am using this on NT.  It works."
> Has there been any further resolution to this problem?

It's fixed in the nightly builds at http://nagoya.apache.org/~pier/


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>