[GeoNetwork-devel] Small bug in GetCapabilities response

Hi,

in GetCapabilities response permanently hang <ogc:Filter_Capabilities> when I ask some any section XML for example :

<csw:GetCapabilities ..................
  <ows:Sections>
    <ows:Section>OperationsMetadata</ows:Section>
  </ows:Sections>
...............
</csw:GetCapabilities>

In response is OperationsMetadata section and Filter_Capabilities section.

--
    Jméno : Roman Ožana (oza018)
      ICQ : 99950132
   E-mail : roman.ozana.fei@anonymised.com
      WWW : www.nabito.net
  Skupina : GM-462

Hi Roman,

this is not a bug. The "Filter_Capabilities" element is mandatory
(just look at the schema). The original behaviour didn't put that
element but I had to change the code. Personally, I think it should
be optional like the other, anyway ...

Cheers,
Andrea

Hi,

in GetCapabilities response permanently hang <ogc:Filter_Capabilities>
when I ask some any section XML for example :

<csw:GetCapabilities ..................
  <ows:Sections>
    <ows:Section>OperationsMetadata</ows:Section>
  </ows:Sections>
...............
</csw:GetCapabilities>

In response is OperationsMetadata section and Filter_Capabilities section.