Bug report #15360
WFS don't conserve username and password
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Alessandro Pasotti | ||
Category: | Web Services clients/WFS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23292 |
Description
When you use wfs connection and would store id and password, qgis conserve just id but not the password and the connection could not be ?
Associated revisions
[WFS] Fixes #15360 and other issues
- fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in old style URI
- check for "user" in addition to "username" in WFS URI
[WFS] Fixes #15360 and other issues
- fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in old style URI
- check for "user" in addition to "username" in WFS URI
(cherry-picked from f49bd5ca449e332aa547f9dac31b391e438d2b31)
[WFS] Fixes #15360 and other issues
- fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in old style URI
- check for "user" in addition to "username" in WFS URI
(cherry-picked from f49bd5ca449e332aa547f9dac31b391e438d2b31)
History
#1 Updated by Giovanni Manghi over 8 years ago
- Subject changed from WFS don't conserve id and password to WFS don't conserve username and password
So this seems to be #6609 all over again.
#2 Updated by Alessandro Pasotti over 8 years ago
Confirmed with master_2 and 2.16.
This is a severe regression and breaks most of our PKI authentication tests for WFS provider.
The problem might originate from https://github.com/qgis/QGIS/blob/master_2/src/providers/wfs/qgswfsdatasourceuri.cpp#L48 that discards all auth information to store them in a QgsWFSAuthorization class.
When the requestCapabilities request is done in https://github.com/qgis/QGIS/blob/master_2/src/providers/wfs/qgswfsrequest.cpp#L104 the auth fields are blank and no authorization is sent.
All getCapabilities.requestCapabilities should also be checked, for example:
QgsWFSConnectionItem::createChildren()
In general, all calls to QgsWFSDataSourceURI::uri() are probably broken as far as authentication is concerned.
#3 Updated by Alessandro Pasotti over 8 years ago
- Assignee set to Alessandro Pasotti
#4 Updated by Anonymous over 8 years ago
- Status changed from Open to Closed
Fixed in changeset 43274b11b854855e8580f1744ea6c8738c0d4a94.
#5 Updated by Giovanni Manghi about 8 years ago
- Target version changed from Version 2.16 to Version 2.18
- Affected QGIS version changed from 2.16.0 to master_2
- Operating System deleted (
linux ubuntu) - Status changed from Closed to Reopened
Still true for username (not password), also on master.
#6 Updated by Giovanni Manghi almost 8 years ago
- OS version deleted (
16.04) - Affected QGIS version changed from master_2 to master
Still true on master.
#7 Updated by Anonymous almost 8 years ago
- Status changed from Reopened to Closed
Fixed in changeset c80e5d131d676f7ee73b3a943d30c034aa33db5e.