WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
86721
[GTK] KURL::fileSystemPath() should strip the query of the uri
https://bugs.webkit.org/show_bug.cgi?id=86721
Summary
[GTK] KURL::fileSystemPath() should strip the query of the uri
Carlos Garcia Campos
Reported
2012-05-17 05:10:38 PDT
If the url contains a query, the path returned by KURL::fileSystemPath() should not include the query. This happens when the inspector is loaded docked in wk2. The uri contains ?docked=true. The inspector proxy installs its own policy client to ignore any request not coming from the inspector base URL. To check urls it uses KURL::fileSystemPath() to make sure request are local files and from the inspector directory.
Attachments
Patch
(1.37 KB, patch)
2012-05-17 05:13 PDT
,
Carlos Garcia Campos
mrobinson
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2012-05-17 05:13:47 PDT
Created
attachment 142455
[details]
Patch
Carlos Garcia Campos
Comment 2
2012-05-17 23:31:54 PDT
Committed
r117549
: <
http://trac.webkit.org/changeset/117549
>
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