Skip to content
Permalink
Browse files
For WMS, the password for a HTTP-Basic authenticated proxy really wor…
…ks now.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5846 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
morb_au committed Sep 20, 2006
1 parent 03b0e98 commit 3937466
Showing 1 changed file with 1 addition and 1 deletion.
@@ -414,7 +414,7 @@ void QgsServerSourceSelect::on_btnConnect_clicked()
m_connProxyHost = settings.readEntry(key + "/proxyhost"),
m_connProxyPort = settings.readEntry(key + "/proxyport").toInt(),
m_connProxyUser = settings.readEntry(key + "/proxyuser"),
m_connProxyPass = settings.readEntry(key + "/proxypass"),
m_connProxyPass = settings.readEntry(key + "/proxypassword"),

mWmsProvider->setProxy(
m_connProxyHost,

0 comments on commit 3937466

Please sign in to comment.