Skip to content

Commit

Permalink
also use WMS credentials when redirected
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12971 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 24, 2010
1 parent 406fb6c commit 8825dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgshttptransaction.cpp
Expand Up @@ -220,6 +220,7 @@ bool QgsHttpTransaction::getSynchronously( QByteArray &respondedContent, int red
QgsDebugMsg( "Starting get of '" + httpredirecturl + "'." );

QgsHttpTransaction httprecurse( httpredirecturl, httphost, httpport );
httprecurse.setCredentials( mUserName, mPassword );

// Do a passthrough for the status bar text
connect(
Expand Down

0 comments on commit 8825dc1

Please sign in to comment.