[Webkit-unassigned] [Bug 25800] New: Error on File Upload to scripts with Apache Basic Authentication

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 12:52:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25800

           Summary: Error on File Upload to scripts with Apache Basic
                    Authentication
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webmaster at dordt.edu


I am receiving an Error 101 (net::ERR_CONNECTION_RESET): Unknown error upon
attempting a simple form file upload to a script with Apache Basic
Authentication enabled.

Form code:
<form method="POST" action="/path/to/script/with/authentication"
enctype="multipart/form-data">
<input type="file" name="myFile">
<input type="submit">
</form>

The behavior is reproduced in Safari 4 beta, Google Chrome 1.0.154.65, and
Chromium 2.0.181.0 (16072).  The behavior does not occur on IE 8, IE 7, Firefox
3.0.10, or Safari 3.2.3.

The form upload processes as expected when Basic Authentication is disabled for
the script.  With Basic Authentication enabled it does not appear that the
browser ever reaches the script (no entry in log files).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list