diff options
author | mread <qt-info@nokia.com> | 2011-09-01 13:11:33 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2011-09-01 13:18:40 (GMT) |
commit | adfa2dde84ff7ed1a8b177c2a7e885e752e9bb0b (patch) | |
tree | 3808c57ad8e8314bec4a7decf0ca14fca85f194c /src/network | |
parent | 6291d642b164bdf0ce55419e41809b526ad4cd03 (diff) | |
download | Qt-adfa2dde84ff7ed1a8b177c2a7e885e752e9bb0b.zip Qt-adfa2dde84ff7ed1a8b177c2a7e885e752e9bb0b.tar.gz Qt-adfa2dde84ff7ed1a8b177c2a7e885e752e9bb0b.tar.bz2 |
URLs used with scheme handler use appropriate encoding for scheme
URLs passed to scheme handler always used to use raw encoding.
That broke URLs containing spaces passed to the browser.
Then QTBUG-18772 changed it so that they always used % encoding.
That broke URLs containing spaces used to open files, resulting
in QTBUG-21209.
This change fixes it so that web URLs are % encoded and file
URLs are raw encoded.
Task-number: QTBUG-21209
Reviewed-by: Honglei Zhang
Diffstat (limited to 'src/network')
0 files changed, 0 insertions, 0 deletions