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

flag QUrl::StripTrailingSlash does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9.0 Beta 2
    • 5.5.0
    • Documentation
    • None
    • ubuntu 14.04 x64

    Description

      qt5.5.0:
      QString urlString = QUrl("http://172.16.0.123:3002/").toString( QUrl::StripTrailingSlash );
      //urlString = "http://172.16.0.123:3002/"

      qt4.8.6:
      QString urlString = QUrl("http://172.16.0.123:3002/").toString( QUrl::StripTrailingSlash );
      //urlString = "http://172.16.0.123:3002"

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-47607
          # Subject Branch Project Status CR V

          Activity

            People

              kdpalara Kavindra Palaraja
              antkudr Anton Kudryavtsev
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes