Bug 114904 - Make -[WebNavigationData url] the destination of the navigation
Summary: Make -[WebNavigationData url] the destination of the navigation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-20 13:59 PDT by mitz
Modified: 2013-05-13 23:52 PDT (History)
2 users (show)

See Also:


Attachments
Initialize the WebNavigationData with the current URL rather than the original request URL (1.93 KB, patch)
2013-04-20 14:02 PDT, mitz
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-04-20 13:59:14 PDT
-[WebNavigationData url] is currently the URL of the original request. Change it to be the post-redirect URL, as this is what clients of the API need.
Comment 1 mitz 2013-04-20 14:02:10 PDT
Created attachment 198947 [details]
Initialize the WebNavigationData with the current URL rather than the original request URL
Comment 2 mitz 2013-04-20 14:12:19 PDT
<rdar://problem/13701340>
Comment 3 David Kilzer (:ddkilzer) 2013-04-20 17:05:37 PDT
Comment on attachment 198947 [details]
Initialize the WebNavigationData with the current URL rather than the original request URL

r=me
Comment 4 mitz 2013-05-13 23:52:29 PDT
Fixed in r150056.
<http://trac.webkit.org/r150056>