https://issues.apache.org/bugzilla/show_bug.cgi?id=45911

           Summary: mod_proxy_ajp file upload failure
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other Modules
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


We use a separate thread to handle large upload files to a servlet on Tomcat. 
We start the thread, pass it the httprequest object to handle the upload and
write it to disk, and the original thread sends a reply to the client to start
an upload monitor.  

The thread is only able to access the first 8k (thefirst ajp request packet ?)
when reading from the input stream.  This packet appears to be recycled as many
times as necessary to satisify the content-length.

The files a generally too large to keep the request in memory.

I am currently running Tomcat 6.0.14


-- 
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]

Reply via email to