Bug 25940

Summary: curl/ResourceHandleManager leaves a question mark when stripping queries from file URLs
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Kevin Ollivier <kevino>
Status: RESOLVED FIXED    
Severity: Minor    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
fixes an off by one error when stripping the query part from file:// urls kevino: review+

Kevin Watters
Reported 2009-05-21 10:14:27 PDT
platform/network/curl/ResourceHandleManager.cpp's initializeHandle method attempts to strip the query part of a file:// URL before sending initializing a cURL handle with it. It leaves the question mark, however, which results in a failure to find the file.
Attachments
fixes an off by one error when stripping the query part from file:// urls (1.40 KB, patch)
2009-05-21 10:15 PDT, Kevin Watters
kevino: review+
Kevin Watters
Comment 1 2009-05-21 10:15:44 PDT
Created attachment 30547 [details] fixes an off by one error when stripping the query part from file:// urls
Kevin Ollivier
Comment 2 2009-05-21 18:10:56 PDT
Landed in r44018, thanks!
Note You need to log in before you can comment on or make changes to this bug.