Hi list, Is it possible to send case insensitive WMS/WMF requests with Geoserver ? I have tried the following request, with matchCase="false", and it doesn't work !
Regards http://localhost:8080/geoserver/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=topp:localisant&FILTER=(%3CFilter%3E%3CAnd%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Ecode_dep%3C/PropertyName%3E%3CLiteral%3E66%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Enom_com%3C/PropertyName%3E%3CLiteral%3ELes%20Angles%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Esection%3C/PropertyName%3E%3CLiteral%3EAH%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Enumero%3C/PropertyName%3E%3CLiteral%3E0041%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3C/And%3E%3C/Filter%3E) http://localhost:8080/geoserver/wfs ?SERVICE=WFS &VERSION=1.0.0 &REQUEST=GetFeature &TYPENAME=topp:localisant &FILTER=( <Filter> <And> <PropertyIsEqualTo> <PropertyName>code_dep</PropertyName> <Literal>66</Literal> </PropertyIsEqualTo> <PropertyIsEqualTo matchCase="false"> <PropertyName>nom_com</PropertyName> <Literal>Les Angles</Literal> </PropertyIsEqualTo> <PropertyIsEqualTo> <PropertyName>section</PropertyName> <Literal>AH</Literal> </PropertyIsEqualTo> <PropertyIsEqualTo> <PropertyName>numero</PropertyName> <Literal>0041</Literal> </PropertyIsEqualTo> </And> </Filter>) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
