https://issues.apache.org/bugzilla/show_bug.cgi?id=47773
Summary: Redirect hangs when request size is greater than
around 39 MB
Product: Apache httpd-2
Version: 2.2-HEAD
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: All
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2009-08-31 15:37:39 PDT ---
Created an attachment (id=24195)
Apache access log output
I am using Apache 2.2 and WebLogic 10.1.
This is what is happening:
I upload a file from a form on a JSP (and Apache Commons FileUpload is used to
upload the file). Once the upload is complete, it is supposed to redirect me to
a page that says that the upload has completed. When the file is around 39 MB
or larger, the upload page just hangs (even though the file has been uploaded,
and the code that redirects has been executed). I looked at the access logs,
and I never see the request for the redirect.
If the file is smaller (like 36 MB) the upload works fine, and I see the
confirmation page, and the redirect request in the access logs.
I tried hitting all of the instances (we have 4 total) directly (not going
through Apache), and I was able to upload some large files (40 MB, and 100 MB)
successfully. As soon as I go through Apache again, this stops working...
This problem is always reproducible, and I have reproduced it using FireFox
3.5.2 and Internet Explorer 7.0.5730.11.
More information:
We are using 2 Apache Web Servers, and have 4 WebLogic instances on two
servers.
I have attached some output from the access logs.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]