[Webkit-unassigned] [Bug 41693] New: webkit_web_view_load_uri does not open URIs with "proto://user:pass at addr" syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 06:12:42 PDT 2010


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

           Summary: webkit_web_view_load_uri does not open URIs with
                    "proto://user:pass@addr" syntax
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: efa at iol.it


I'm trying to open a web site that require authentication.
If I open the uri: "proto://addr" it open a user+pass dialog box, filling the data, open the auth pages correcly.
But going directly to the uri "proto://user:pass@addr", say error:

---
Unable to load page

Problem occurred while loading the URL "proto://user:pass@addr"

URL cannot be shown
Try again
---

I'm expecting webkit automatically send the user+pass when arrive an auth request from server.
This simplify the code and user interaction.

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



More information about the webkit-unassigned mailing list