Skip to content

Instantly share code, notes, and snippets.

@juanluisrp
Created December 28, 2018 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanluisrp/5f94035027e7c505ff137bed9a03d113 to your computer and use it in GitHub Desktop.
Save juanluisrp/5f94035027e7c505ff137bed9a03d113 to your computer and use it in GitHub Desktop.
Overrides xml.metadata.get service to return geonet:info elements
<overrides xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="config-overrides.xsd">
<file name=".*/WEB-INF/config/config-service-xml-api.xml">
<replaceAtt xpath="services/service[@name='xml.metadata.get']/class/param[@name='skipInfo']" attName="value" value="n"/>
</file>
</overrides>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment