Closed Bug 377326 Opened 18 years ago Closed 11 years ago

File upload over SSL blocks any other SSL requests to the same server.

Categories

(Core :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: motoma, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 When uploading a file via a web form using POST over HTTPS, no other SSL requests go through until the file upload is complete. Reproducible: Always Steps to Reproduce: 1. Create a web form with a file upload (INPUT TYPE=FILE) using the POST method (ACTION=POST) and a submit button. 2. Access the page via HTTPS and upload a larger file. 3. Open a new tab and try to connect to the same server using HTTPS. Actual Results: The page will not load until the file upload has completed or ended. Expected Results: The page should load regardless of a file upload. This is preventing AJAX scripts from running while users upload files. It prevents file upload monitoring while using HTTPS. Scripts which work using HTTP do not work using HTTPS.
-> Core for triage.
Product: Firefox → Core
QA Contact: general → general
Motoma: Is this still an issue ? This seems to work fine with a current Firefox build.
Flags: needinfo?(motoma)
No, I am no longer able to reproduce this issue, it must have been fixed sometime in the past 7 years.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → VERIFIED
Flags: needinfo?(motoma)
I have reproduced this bug GWT project files - compiled to JavaScript form method=POST action=/relative/url/path file size 900MB by reproduced this bug with smaller files server connection is HTTPS Copied all network traffic as HAR, notice that after POST to /privatekey, there are no reponses -- all response status codes are 0 http://pastebin.com/raw/ATE1Crxv
You need to log in before you can comment on or make changes to this bug.