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";>
<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.

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to