AW: [Qgis-developer] Bug: WMS HTTP Requests broken
Hugentobler Marco
marco.hugentobler at karto.baug.ethz.ch
Sun Dec 7 08:47:01 EST 2008
Hi Jochen,
Thanks for reporting this problem. This bug has already been fixed in svn trunk a few weeks ago.
Regards,
Marco
-----Ursprüngliche Nachricht-----
Von: qgis-developer-bounces at lists.osgeo.org im Auftrag von Jochen Topf
Gesendet: So 07.12.2008 14:33
An: qgis-developer at lists.osgeo.org
Betreff: [Qgis-developer] Bug: WMS HTTP Requests broken
In QGIS 1.0.0-Kore-preview2:
For WMS-Requests qgis sends the full URL in the HTTP GET instead of only
the path component. So it sends:
GET http://hostname/path/to/wms?SERVICE=WMS&... HTTP/1.1
instead of
GET /path/to/wms?SERVICE=WMS&... HTTP/1.1
This is against the HTTP spec. In some cases this might work anyway,
because Apache seems to swallow it.
Jochen
--
Jochen Topf jochen at remote.org http://www.remote.org/jochen/ +49-721-388298
_______________________________________________
Qgis-developer mailing list
Qgis-developer at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer
More information about the Qgis-developer
mailing list