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

QUrl from string fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.7.0
    • Core: URL Handling
    • None

      Please try this:

      QUrl("http://admin:password@1.1.1.1/test?hh=kk&aa=kk").toString();
      

      this works as expected, and now this:

      QUrl("http://admin:p@$$w0rd@1.1.1.1/test?hh=kk&aa=kk").toString();
      

      this time you'll get an empty string, so special chars are not handled properly

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

            thiago Thiago Macieira
            drakkan Nicola
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes