-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.8, 6.9, 6.10
-
None
-
3
-
965638584 (dev), ada917e4a (6.10), 76502f946 (6.9), 91248b1a9 (tqtc/lts-6.8)
-
Foundation Sprint 135
The problem:
In case of creating the network requiest in following way:
QNetworkRequest request = factory->createRequest(input.m_urlStr);
The resulting `request` value contains an incorrect `request.url()` result.
Actualt result:
QUrl has encoded QUERY parameters and decoded PATH parameters
Expected result:
Path also should be encoded. For example, the characters :/?#[]@!$&'()*+,;= should be encoded when present in the value of a path parameter.
For Gerrit Dashboard: QTBUG-138878 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
665293,15 | Fix the url construction in the requestUrl method | dev | qt/qtbase | Status: MERGED | +2 | +1 |
666088,2 | Fix the url construction in the requestUrl method | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |
666250,2 | Fix the url construction in the requestUrl method | 6.9 | qt/qtbase | Status: MERGED | +2 | 0 |
666339,2 | Fix the url construction in the requestUrl method | tqtc/lts-6.8 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |