Bug 15701 - The curl http backend does not deal properly with redirects
Summary: The curl http backend does not deal properly with redirects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://news.google.com/
Keywords: Curl, Gtk
Depends on:
Blocks:
 
Reported: 2007-10-25 22:41 PDT by Alp Toker
Modified: 2007-10-29 02:45 PDT (History)
0 users

See Also:


Attachments
Implement http redirect support (2.31 KB, patch)
2007-10-27 02:38 PDT, Alp Toker
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.