Bug 15701

Summary: The curl http backend does not deal properly with redirects
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Curl, Gtk
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
URL: http://news.google.com/
Attachments:
Description Flags
Implement http redirect support aroben: review+

Description Alp Toker 2007-10-25 22:41:47 PDT
Sites like http://news.google.com/ don't navigate properly to external sites.
Comment 1 Alp Toker 2007-10-27 02:38:38 PDT
Created attachment 16899 [details]
Implement http redirect support
Comment 2 Adam Roben (:aroben) 2007-10-27 23:20:43 PDT
Comment on attachment 16899 [details]
Implement http redirect support

+            String location = d->m_response.httpHeaderField("location");

Don't you need to pass in "Location" to match the case of the header name?

r=me
Comment 3 Alp Toker 2007-10-29 02:45:55 PDT
Landed in r27188.