-
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.