[Webkit-unassigned] [Bug 112801] New: Webkit tries to search for the local virtual host name if you change query string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 06:23:56 PDT 2013


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

           Summary: Webkit tries to search for the local virtual host name
                    if you change query string
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nick at firedev.com


When developing locally you enter the domain name of the local virtual host in address bar and it trues to search.

Okay, you can fix it by adding http:// to local domain so it becomes http://localdomain

However if you amend the query, for example add /page or ?param -- webkit will try to search for "localdomain/page" or "local domain?param" which breaks the workflow.

Expected behaviour:

If Webkit established "localdomain" as a local virtual host, do not try to search for it, even if url has been changed somewhat.

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