Skip to content

Commit c67d6b5

Browse files
author
morb_au
committed
For WMS, the password for a HTTP-Basic authenticated proxy really works now.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5846 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fcb7209 commit c67d6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsserversourceselect.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ void QgsServerSourceSelect::on_btnConnect_clicked()
414414
m_connProxyHost = settings.readEntry(key + "/proxyhost"),
415415
m_connProxyPort = settings.readEntry(key + "/proxyport").toInt(),
416416
m_connProxyUser = settings.readEntry(key + "/proxyuser"),
417-
m_connProxyPass = settings.readEntry(key + "/proxypass"),
417+
m_connProxyPass = settings.readEntry(key + "/proxypassword"),
418418

419419
mWmsProvider->setProxy(
420420
m_connProxyHost,

0 commit comments

Comments
 (0)