[Geoserver-users] Is boundedBy always null now for WFS 1.7.2+ responses?

I couldn’t find the answer to this… I did see that I can turn on/off the bounds for each feature (under WFS/Contents) - that works. But it’s the overall envelope that I’m wondering about. Can I turn that back on? If it’s going to be this way going forward I should warn people before we upgrade in case they’re making use if it that envelope information.

GeoServer 1.6.5:
http://giswebservices.massgis.state.ma.us/geoserver/wfs?request=getfeature&version=1.0.0&service=wfs&propertyname=TOWN,POP2000&typename=massgis:GISDATA.TOWNS_POLYM&CQL_FILTER=POP2000%3E100000

gml:boundedBy
<gml:Box srsName=“http://www.opengis.net/gml/srs/epsg.xml#26986”>
<gml:coordinates xmlns:gml=“http://www.opengis.net/gml” decimal=“.” cs=“,” ts=" ">107210.183609508,868673.000913594 252005.573696353,935123.120655481</gml:coordinates>

</gml:Box>
</gml:boundedBy>

GeoServer 1.7.2:
http://maps.massgis.state.ma.us/geoserver/wfs?request=getfeature&version=1.0.0&service=wfs&propertyname=TOWN,POP2000&typename=massgis:GISDATA.TOWNS_POLYM&CQL_FILTER=POP2000%3E100000

gml:boundedBy
gml:nullunknown</gml:null>
</gml:boundedBy>