[Webkit-unassigned] [Bug 19978] New: GTK port always ends up with # at the end of resource URLs (and hence can't load files)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 14:21:31 PDT 2008


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

           Summary: GTK port always ends up with # at the end of resource
                    URLs (and hence can't load files)
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jacob.refstrup at hp.com


r35040 changed KURL.cpp in setRef() (line 708) testing for isNull() rather than
isEmpty() caused a problem on GTK where called setRef("") which ends up being
not being null (but would have been empty). This currently causes all file://
references to have added a '#' at the end of the URL -- which means file://
URLs won't load.


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