[Geoserver-users] SLD_BODY param

I am trying to make a filter request:

http://vsigcgeol2:8080/geoserver/wms?request=GetMap&layers=usm:SIGI_MADR
ID_MUNICIPIOS&styles=municipios2&bbox=443250,4436224,488062,4469398&Form
at=image/png&width=500&height=500&srs=EPSG:32630&filter=(%3CFilter%20xml
ns=%22http://www.opengis.net/ogc%22%3E%3CPropertyIsEqualTo%3E%3CProperty
Name%3ENOMBRE%3C/PropertyName%3E%3CLiteral%3EARGANDA%3C/Literal%3E%3C/Pr
opertyIsEqualTo%3E%3C/Filter%3E)

But it raises an error:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE
ServiceExceptionReport SYSTEM
"http://vsigcgeol2:8080/geoserver/schemas//wms/1.1.1/WMS_exception_1_1_1
.dtd"> <ServiceExceptionReport version="1.1.1">
<ServiceException>org.xml.sax.SAXParseException: Content is not allowed
in prolog.</ServiceException> </ServiceExceptionReport>

I am using Geoserver 1.5.0-RC1, but not exactly the latest nightly
build. I also have tried this request:

http://vsigcgeol2:8080/geoserver/wms?request=GetMap&layers=tiger:poly_la
ndmarks,tiger:tiger_roads&styles=,&bbox=-73.97,40.74,-73.93,40.78&Format
=image/png&width=344&height=500&srs=EPSG:4326&filter=(%3CFilter%20xmlns=
%22http://www.opengis.net/ogc%22%3E%3CPropertyIsEqualTo%3E%3CPropertyNam
e%3ELANAME%3C/PropertyName%3E%3CLiteral%3EEast%20River%3C/Literal%3E%3C/
PropertyIsEqualTo%3E%3C/Filter%3E)(%3CFilter%20xmlns=%22http://www.openg
is.net/ogc%22%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3ENAME%3C/Propert
yName%3E%3CLiteral%3EWest%20Rd%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3C/
Filter%3E)

and shows same error.
Does the very latest version fix this error? Anyway thank you very much
you're your help, but I am thinking in other solution to highlight
features through WFS geometry request and then rendering in client.

Aitor Calero Garcia ha scritto:

I am trying to make a filter request:

Does the very latest version fix this error? Anyway thank you very much
you're your help, but I am thinking in other solution to highlight
features through WFS geometry request and then rendering in client.

It should, yes. Brent cut 1.5.0rc1 at revision 6095 and I committed the
new filter handling code at 6097. Give the nightlies I pointed you at a shot, they may work fine (not sure since these are still new, but in
my testing the request I sent you worked).

Cheers
Andrea