Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-18772

QDesktopServices::openUrl() doesn't handle URL encodings correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.7.4
    • 4.7.2
    • Core: URL Handling
    • cec6c3ad52f6b4cdf04b70340ff7d15ebd8c7d26

    Description

      URL encoding is not correctly handled in Symbian environment

      Example:

      QDesktopServices::openUrl(QUrl("http://www.google.fi/search?q=testme%20withspace"));
      

      In this case, browser receives:

      "http://www.google.fi/search?q=testme withspace"
      

      "%20" should not be converted to an actual space. i.e. browser should receive:

      "http://www.google.fi/search?q=testme%20withspace"
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            cduclos Carlos Duclos (Inactive)
            matsumot Tadaaki Matsumoto
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes