[Geoserver-devel] Hum, did something change in property parsing lately?

Hi,
trying again the WFS-V demo requests today I got this
surprise.

Request:

<wfs:GetFeature service="WFSV" version="1.1.0"
   outputFormat="GML2"
   xmlns:topp="http://www.openplans.org/topp&quot;
   xmlns:wfs="http://www.opengis.net/wfs&quot;
   xmlns:ogc="http://www.opengis.net/ogc&quot;
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation="http://www.opengis.net/wfs
                       http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
   <wfs:Query typeName="topp:changesets">
     <ogc:PropertyName>date</ogc:PropertyName>
     <ogc:PropertyName>message</ogc:PropertyName>
   </wfs:Query>
</wfs:GetFeature>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
   xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:ows="http://www.opengis.net/ows&quot;&gt;
   <ows:Exception exceptionCode="NoApplicableCode">
     <ows:ExceptionText>java.lang.RuntimeException: Parsing failed for Query: java.lang.ClassCastException: org.geotools.filter.AttributeExpressionImpl cannot be cast to java.lang.String
java.lang.RuntimeException: Parsing failed for Query: java.lang.ClassCastException: org.geotools.filter.AttributeExpressionImpl cannot be cast to java.lang.String
java.lang.RuntimeException: Parsing failed for Query: java.lang.ClassCastException: org.geotools.filter.AttributeExpressionImpl cannot be cast to java.lang.String</ows:ExceptionText>
   </ows:Exception>
</ows:ExceptionReport>

Hum...
Cheers
Andrea