Bug 76234

Summary: NSURL to KURL conversion shouldn't turn raw paths into file URLs
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 78280    
Bug Blocks:    
Attachments:
Description Flags
proposed patch darin: review+

Alexey Proskuryakov
Reported 2012-01-12 17:19:24 PST
This creates ways for strings that didn't look like file URLs at first to become file URLs after security checks have cleared them. I tracked the origins of this code to <http://trac.webkit.org/changeset/4662>. It's not clear if there was any reason for doing this - I couldn't find any evidence of any Foundation or AppKit methods doing much with such NSURLs.
Attachments
proposed patch (1.59 KB, patch)
2012-01-12 17:22 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2012-01-12 17:22:00 PST
Created attachment 122345 [details] proposed patch I suggest waiting to see if any non-Safari clients break because of this. We can then add more relaxed conversion for APIs that are used this way.
Darin Adler
Comment 2 2012-01-12 17:25:44 PST
Comment on attachment 122345 [details] proposed patch Seems good to do this. I agree we can add code to add "file:" prefix in the WebKit level later if we find we need it for compatibility.
Alexey Proskuryakov
Comment 3 2012-01-12 17:27:47 PST
Alexey Proskuryakov
Comment 4 2012-01-13 00:12:24 PST
Forgot about matching CF code. Filed bug 76251 about it.
Note You need to log in before you can comment on or make changes to this bug.