[Qgis-developer] Bug: WMS HTTP Requests broken

Jochen Topf jochen at remote.org
Sun Dec 7 08:33:28 EST 2008


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



More information about the Qgis-developer mailing list