Hi All,

I have an app that has been running for 8 or so years using a WFS request with a <PropertyIsLike> filter. Last week the request stopped working and returns a 400 BAD REQUEST. If I change the filter to <PropertyIsEqualTo> then it works. We we running geoserver 2.5.5. The issue prompted us to finally upgrade to 2.11 but the issue persists. Previous to our upgrade we had made no changes to software at all except Tomcat security patches. It seems to me that the request doesn't get all the way to Geoserver for there is no return xml.

Any thoughts? Query is below. First query is the original that no longer works, the second is the query changed to <PropertyIsEqualTo> which does work.

http://geo.cei.psu.edu:8080/geoserver/wfs?version=1.0.0&request=GetFeature&typeName=cei:taxon_acres08_48&PropertyName=the_geom,areasymbol,compname,total,gid,areaname,class,sdmlegac,semac,cordate&Filter=<Filter><Or><PropertyIsLike wildCard="*" escape="\" singleChar="?"><PropertyName>compname</PropertyName><Literal>lucy</Literal></PropertyIsLike><PropertyIsLike wildCard="*" escape="\" singleChar="?"><PropertyName>compname</PropertyName><Literal>LUCY</Literal></PropertyIsLike></Or></Filter>

http://geo.cei.psu.edu:8080/geoserver/wfs?version=1.0.0&request=GetFeature&typeName=cei:taxon_acres08_48&PropertyName=the_geom,areasymbol,compname,total,gid,areaname,class,sdmlegac,semac,cordate&Filter=<Filter><Or><PropertyIsEqualTo><PropertyName>compname</PropertyName><Literal>lucy</Literal></PropertyIsEqualTo><PropertyIsEqualTo><PropertyName>compname</PropertyName><Literal>LUCY</Literal></PropertyIsEqualTo></Or></Filter>

Thanks,
Steve

--
Stephen Crawford
Center for Environmental Informatics
The Pennsylvania State University
src...@psu.edu
814.865.9905

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to