[QGIS Commit] r12971 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Feb 24 07:55:28 EST 2010


Author: jef
Date: 2010-02-24 07:55:28 -0500 (Wed, 24 Feb 2010)
New Revision: 12971

Modified:
   trunk/qgis/src/core/qgshttptransaction.cpp
Log:
also use WMS credentials when redirected

Modified: trunk/qgis/src/core/qgshttptransaction.cpp
===================================================================
--- trunk/qgis/src/core/qgshttptransaction.cpp	2010-02-24 12:54:42 UTC (rev 12970)
+++ trunk/qgis/src/core/qgshttptransaction.cpp	2010-02-24 12:55:28 UTC (rev 12971)
@@ -220,6 +220,7 @@
     QgsDebugMsg( "Starting get of '" +  httpredirecturl + "'." );
 
     QgsHttpTransaction httprecurse( httpredirecturl, httphost, httpport );
+    httprecurse.setCredentials( mUserName, mPassword );
 
     // Do a passthrough for the status bar text
     connect(



More information about the QGIS-commit mailing list