WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25940
curl/ResourceHandleManager leaves a question mark when stripping queries from file URLs
https://bugs.webkit.org/show_bug.cgi?id=25940
Summary
curl/ResourceHandleManager leaves a question mark when stripping queries from...
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug