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+
Carlos Garcia Campos
Comment 1 2012-05-17 05:13:47 PDT
Carlos Garcia Campos
Comment 2 2012-05-17 23:31:54 PDT
Note You need to log in before you can comment on or make changes to this bug.