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

QNetworkManager does not escape "+" symbol properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.5.0
    • Network: HTTP
    • None
    • Mac, but it happens in Windows too
    • macOS

    Description

      As far as I've searched there is no reason for this. In my program, Qt sends POSTs requests to a web server.
      The problem, if the text field I try to send contains a plus symbol, I ends in the database as an space (" "), I think the plus symbols are not being transformed to "%2B", and when the request arrives at the server, apache transforms the plus symbol into a space (" ").

      As you can see there is nothing unusual in the example.

      Attachments

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

        Activity

          People

            richmoore Richard Moore (qtnetwork)
            Alvaro Octal Alvaro Octal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes