Starting GeoServer with unspecified GEOSERVER_DATA_DIR automatically setup a data dir containing old definition of wfs.xml (probably coming from "minimal" config dir)
... <gml> <entry> <org.geoserver.wfs.WFSInfo_-Version>V_11</org.geoserver.wfs.WFSInfo_-Version> <org.geoserver.wfs.GMLInfoImpl> <srsNameStyle>URN</srsNameStyle> </org.geoserver.wfs.GMLInfoImpl> </entry> <entry> <org.geoserver.wfs.WFSInfo_-Version>V_10</org.geoserver.wfs.WFSInfo_-Version> <org.geoserver.wfs.GMLInfoImpl> <srsNameStyle>XML</srsNameStyle> </org.geoserver.wfs.GMLInfoImpl> </entry> </gml> ...
We should add the GMLInfoImpl to the allowed types of the WFS XStreamPersister initialization.
Pull request incoming...
|