[mapserver-users] Odd warning in WFS GetCapabilities ~ what's missing in the config?
Eichner, Andreas - SID
Andreas.Eichner at sid.sachsen.de
Thu Mar 12 07:30:34 PDT 2015
Behavior might be unstable as msOWSGetEPSGProj() returns a pointer to a character buffer on the local stack frame.
While WFS 1.0.0 code uses the result directly the WFS 1.1.0 code uses msOWSGetProjURN() as a wrapper around it which might disrupt the character buffer. I'm wondering how this could ever work at all...
> -----Ursprüngliche Nachricht-----
>
> If you use &version=1.1.0 you'll see the warnings:
>
> http://194.66.252.155/cgi-
> bin/BGS_OGE_Bedrock_and_Surface_Geology_in2/ows?service=WFS&request=GetCap
> abilities&VERSION=1.1.0
>
> You are missing the required parameter VERSION in your request. If I add
> it to your request I get no warnings:
> http://194.66.252.155/cgi-
> bin/BGS_OGE_Bedrock_and_Surface_Geology_in2/ows?service=WFS&request=GetCap
> abilities&VERSION=1.0.0
More information about the MapServer-users
mailing list