Ticket #1279 (closed defect: fixed)
Internal server error on WFS GetFeature on graticule layer
| Reported by: | bartvde@… | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | high | Milestone: | 5.2 release |
| Component: | WFS Server | Version: | 4.4 |
| Severity: | normal | Keywords: | |
| Cc: | tomkralidis |
Description
Maybe this is not a use case you would want to support, but in that case it
could be handled more gracefully.
Using the following grid in my MAP file:
LAYER
METADATA
WMS_TITLE "Grid"
WMS_SRS "EPSG:28992"
WFS_TITLE "Grid"
END
NAME "Grid"
DUMP TRUE
PROJECTION
"init=epsg:28992"
END
TYPE LINE
STATUS ON
CLASS
COLOR 128 128 128
LABEL
TYPE BITMAP
SIZE SMALL
COLOR 0 0 0
PARTIALS FALSE
END
END
GRID
LABELFORMAT "%5.0f"
END
END
And issuing the following request:
http://myserver/cgi-bin/mapserv.exe?map=/ms4w/apps/general/map/gemeentes.map&request=GetFeature&version=1.0.0&typename=Grid&service=WFS
I get an internal server error. Apache error file:
[Tue Mar 08 20:26:07 2005] [error] [client 192.168.3.4] Premature end of script
headers: mapserv.exe
It does end up in the WFS capabilities.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

