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

QUrl: spaces are not trimmed at the end of uri

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.3.2, 6.4.1, 6.5.0 FF
    • Core: URL Handling
    • None

    Description

      Not sure that this is actually a bug, but please check

          QUrl url1("https://doc.qt.io/qt-6/qurl.html");
          QUrl url2("https://doc.qt.io/qt-6/qurl.html ");
          Q_ASSERT(url1 == url2);
      

      This triggers assertion.

      Feel free to close as Invalid in case if it works as designed.

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            studiosus Vladimir Belyavsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes