Bug 17326

Summary: [CURL] Load errors not reported (missing http://)
Product: WebKit Reporter: Nilesh Patil <nilesh.patil>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: alp, chinmaya, jchaffraix
Priority: P2 Keywords: Curl
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Screenshot of Yahoo home page none

Description Nilesh Patil 2008-02-12 03:19:29 PST
Webkit Release : 30123

Website URL : www.yahoo.com

BUG : Home page of YAHOO gets loaded without any images.
Comment 1 Nilesh Patil 2008-02-12 03:21:13 PST
Created attachment 19090 [details]
Screenshot of Yahoo home page
Comment 2 Grzegorz D&#261;browski 2008-02-12 04:50:18 PST
Try to use http://www.yahoo.com/ instead of www.yahoo.com
Comment 3 Julien Chaffraix 2008-03-06 09:06:07 PST
With ToT(r30827), the images are loaded.

I only got a console message that could be related:

console message:  @0: Not allowed to load local resource: file://us.bc.yahoo.com/b?P=.xVNk1f4cQ4enky_GmbQiNBmUYRIK0fQI7AAC(...)

Can you still reproduce the bug?
Comment 4 Naiem 2008-04-08 01:16:04 PDT
There used to be a autocorrectURL function in the GtkLauncher which used to add the http:// in the url string if it is not present already.
For some reason that is removed and hence this problems..
may be we should close this bug or find out why autocorrecturl is removed.