Skip to content

Commit 1767322

Browse files
author
mhugent
committed
Avoid filtering of https requests in wfs provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14029 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 603a3dd commit 1767322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wfs/qgswfsprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ int QgsWFSProvider::getFeature( const QString& uri )
191191
QString geometryAttribute;
192192

193193
//Local url or HTTP?
194-
if ( uri.startsWith( "http://" ) )
194+
if ( uri.startsWith( "http" ) )
195195
{
196196
mEncoding = QgsWFSProvider::GET;
197197
}

0 commit comments

Comments
 (0)