[Geoserver-devel] [jira] (GEOS-5091) WMS - GetCapabilities - INSPIRE

Michael Raeder created GEOS-5091:
------------------------------------

             Summary: WMS - GetCapabilities - INSPIRE
                 Key: GEOS-5091
                 URL: https://jira.codehaus.org/browse/GEOS-5091
             Project: GeoServer
          Issue Type: Improvement
          Components: WMS
    Affects Versions: 2.2-beta1
            Reporter: Michael Raeder
            Assignee: Andrea Aime
             Fix For: 2.2.x

2.2 Beta1

know:
...
<MetadataURL type="ISO19115:2003">
  <Format>application/xml</Format>
     <OnlineResource xlink:type="simple" xlink:href="....Request=GetRecordById&amp.."/>
</MetadataURL>
...

need to be:

...
<MetadataURL type="ISO19115:2003">
  <Format>application/xml</Format>
     <OnlineResource
                xmlns:xlink="http://www.w3.org/1999/xlink&quot;
                xlink:type="simple"
                xlink:href="....Request=GetRecordById&amp.."/>
</MetadataURL>
...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira