Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.3
-
Fix Version/s: 1.6.5, 1.7.0-beta2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This morning, with my head half in bed still, I made the following wfs request
as you can see, I used featureType instead of typeName. Here is the response:
<?xml version="1.0" encoding="UTF-8"?> <ows:ExceptionReport version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://sigma.openplans.org:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows"> <ows:Exception exceptionCode="NoApplicableCode"> <ows:ExceptionText>No query specified</ows:ExceptionText> <ows:ExceptionText>Details:</ows:ExceptionText> <ows:ExceptionText>org.geoserver.wfs.WFSException: No query specified at org.geoserver.wfs.GetFeature.run(GetFeature.java:115) at org.geoserver.wfs.DefaultWebFeatureService.getFeature(DefaultWebFeatureService.java:108) at sun.reflect.GeneratedMethodAccessor551.invoke(Unknown
Eeek, isn't typeName a mandatory parameter? Why am I getting the funny error message about a missing query then? ![]()
Fixed on 1.6.x and trunk