[Geoserver-devel] WMS request with CQL_FILTER LAYERS and STYLES

Hi All,

Does anyone know if there's been some change in the way HTTP GET WMS
requests are done to Geoserver when combining LAYERS, STYLES and CQL_FILTERS
?

When i do the request:
http://localhost:8080/Geoserver/wms? (...) CQL_FILTER=TYPE=13& (...)
LAYERS=layer_test1;layer_test2& (...) STYLES=sld_test1;sld_test2& (...) upon
Geoserver 1.7.4 it returns an image. Ok.

But instead, when i do the exact same request on Geoserver 1.7.7 it returns
an exception:

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE
ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt;
<ServiceExceptionReport version="1.1.1" > <ServiceException>
      java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
Index: 1, Size: 1
</ServiceException></ServiceExceptionReport>

It only works if I define 3 filters, one for each layer.
Wasn't this supposed to assume the same filter to all layers without having
do repeat them?

Thanks in advance.

--
View this message in context: http://old.nabble.com/WMS-request-with-CQL_FILTER-LAYERS-and-STYLES-tp27947964p27947964.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.