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

QHttpMultiPart: boundary-attribute in http-header is surrounded by double quotes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.0.1
    • Network
    • None

      In QHttpMultiPart the boundary-attribute in the http-header is surrounded by double quotes.

      QHttpMultiPart:
      Content-Type: multipart/form-data; boundary="1360855324439"

      In my server-application the boundary-value therefore is regognized as "1360855324439", but 1360855324439 is expected, as QHttpMultiPart sets correctly --1360855324439 as delimiter for one part.

      Here is what Mozilla and Chrome do:
      Content-Type: multipart/form-data; boundary=1360855324439

      Can this be changed?

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

            shkearns Shane Kearns
            sgat Sebastian Gatzmanga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes