Skip to content

Commit 28a4830

Browse files
author
jef
committedFeb 24, 2010
also use WMS credentials when redirected
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12971 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgshttptransaction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ bool QgsHttpTransaction::getSynchronously( QByteArray &respondedContent, int red
220220
QgsDebugMsg( "Starting get of '" + httpredirecturl + "'." );
221221

222222
QgsHttpTransaction httprecurse( httpredirecturl, httphost, httpport );
223+
httprecurse.setCredentials( mUserName, mPassword );
223224

224225
// Do a passthrough for the status bar text
225226
connect(

0 commit comments

Comments
 (0)
Please sign in to comment.