Bug 12372
Summary: | REGRESSION: webView:decidePolicyForNavigationAction: delegate gets wrong URL in WebActionOriginalURLKey | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bruce Q. Hammond <bruceq> |
Component: | WebKit API | Assignee: | 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 |
Bruce Q. Hammond
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)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Probably a duplicate of Bug 11961.
Mark Rowe (bdash)
<rdar://problem/4960265>
Anders Carlsson
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.