Bug 42866 - REGRESSION (r63925): History state incorrectly resolves against base URL
Summary: REGRESSION (r63925): History state incorrectly resolves against base URL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: History (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 19:05 PDT by Justin Schuh
Modified: 2010-07-23 09:43 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Schuh 2010-07-22 19:05:40 PDT
After I landed r63925 history state will incorrectly resolve URLs in situations like the following:

document URL: http://test.com/a/
base URL: http://test.com/b/

The path should resolve to /b/ but will instead resolve to /a/.

I've already have a fix and am just working on the test.
Comment 1 Justin Schuh 2010-07-23 09:43:12 PDT
Reverted 63925.