-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fix/wms provider url decoding #62446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix/wms provider url decoding #62446
Conversation
🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. 🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
…roperly decoded when retrieved, preventing any potential loss of information.
URl-encoded in URL-parameter values characters will be URL-decoded on retrieval.
…ded in tests/src/providers/testqgswmsprovider.cpp
… QgsDataSourceUri param setter and getter functions to URI serialization QgsDataSourceUri::encodedUri()
…sDataSourceUri strings in QgsDataSourceUri::setEncodedUri
add decoding step before adding the "url" value to QgsDataSourceUri in TestQgsIdentify::identifyVectorTile(), as QgsDataSourceUri now reliably returns the values that were provided. adjust tests to QgsDataSourceUri full value URL-encoding fix test tests/src/core/testqgshttpheaders.cpp fix test tests/src/core/testqgssensorthingsconnection.cpp fix test tests/src/core/testqgstiledsceneconnection.cpp fix test tests/src/core/testqgsvectortileconnection.cpp fix test tests/src/python/test_qgsvectortile.py fix test tests/src/server/wms/test_qgsserver_wms_parameters.cpp fix tests tests/src/core/testqgshttpheaders.cpp fix most tests in tests/src/core/testqgsvectortilelayer.cpp
… of VectorTile Sources in QgsDataSurceUri
04ed226
to
739c6ec
Compare
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
This closes #62310 and reopens #59144 plus some changes:
closes #31192
closes #59143
cc @cioddi