diff options
| author | Thiago Macieira <thiago.macieira@intel.com> | 2013-08-13 15:58:40 -0700 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-23 21:39:23 +0200 |
| commit | 7c2a418857cd20e3e59852f0c1561a26f17d9825 (patch) | |
| tree | d49f572880b5b434bcbff83da9ffeb84afc34a45 /src/sql/drivers/db2/qsql_db2.cpp | |
| parent | 043b80919747676c2df4b4423ed5950583233d30 (diff) | |
Add unit test to ensure %3A in a path isn't decoded to ':'
QUrl("http%3A%2F%2Fexample.com") has only a path of
"http%3A%2F%2Fexample.com". In Qt 5.0 and 5.1, the %3A would get decoded
to ':', which in turn makes the URL invalid (colon before first slash).
Found via discussion on the interest mailing list.
Change-Id: I7f4f242b330df280e635eb97cce123e742aa1b10
Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/sql/drivers/db2/qsql_db2.cpp')
0 files changed, 0 insertions, 0 deletions
