[Geoserver-devel] different srsNames in gml object returned

Hi,
I noticed an inconsistence within returned GML. I have a services with DefaultSRS=epsg:2398. When I perform a get query with srsName=epsg:4326 coordinates are correct listed in gml:posList. But there are different srsNames in the gml tags! Shall a file a bug or is it supposed to like this?

Request: SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&srsName=EPSG:4326&BBOX=10,53,12,55,EPSG:4326

Response:
<gml:MultiSurface srsName="http://www.opengis.net/gml/srs/epsg.xml#4326&quot;&gt;
  <gml:surfaceMember>
    <gml:Polygon srsName="http://www.opengis.net/gml/srs/epsg.xml#2398&quot;&gt;
      <gml:exterior>
        <gml:LinearRing>
          <gml:posList>
            11.654662 53.156456

Martin