Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.3
-
Fix Version/s: 1.6.5, 1.7.0-beta1
-
Component/s: WFS
-
Labels:None
-
Number of attachments :
Description
Try a preview with the following url:
http://localhost:8080/geoserver/wms?bbox=-127.61950111389118,23.73517837524415,-64.08176994323732,50.59252700805665&styles=&Format=application/openlayers&request=GetMap&version=1.1.1&layers=topp:pgstates&width=800&height=317&srs=EPSG:4326&featureId=states.1,states.2,states.3
and then click on the map, the GetFeatureInfo response will be:
"1 layers requested, but found 3 filters specified. When you specify the FILTER parameter, you must provide just one, that will be applied to all layers, or exactly one for each requested layer "
Apparently featureId handling is not working properly. Also check other filter types
Fixed on 1.6.x and trunk