Skip to content

Commit

Permalink
For WMS, the password for a HTTP-Basic authenticated proxy really wor…
Browse files Browse the repository at this point in the history
…ks now.

git-svn-id: http://svn.osgeo.org/qgis/trunk@5846 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
morb_au committed Sep 20, 2006
1 parent fcb7209 commit c67d6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsserversourceselect.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit c67d6b5

Please sign in to comment.