Bug 12372

Summary: REGRESSION: webView:decidePolicyForNavigationAction: delegate gets wrong URL in WebActionOriginalURLKey
Product: WebKit Reporter: Bruce Q. Hammond <bruceq>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, mrowe
Priority: P1 Keywords: InRadar, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Bruce Q. Hammond 2007-01-22 13:39:40 PST
When webView:decidePolicyForNavigationAction:request:frame: is called
[actionInformation objectForKey: WebActionOriginalURLKey] now returns
applewebdata://<bignum>

This used to provide our original request:
file://localhost/<path>/

We belive this broke at or near r17745  nightly (11/13/06)
Comment 1 David Kilzer (:ddkilzer) 2007-01-22 14:07:24 PST
Probably a duplicate of Bug 11961.

Comment 2 Mark Rowe (bdash) 2007-01-28 19:10:25 PST
<rdar://problem/4960265>
Comment 3 Anders Carlsson 2007-02-08 15:57:13 PST
This is either a duplicate of <rdar://problem/4886776> or http://bugs.webkit.org/show_bug.cgi?id=11961 but it's been fixed in any case.