[Geoserver-devel] [jira] Created: (GEOS-4304) GetCapabilities DTD is missing element definition for VendorSpecificCapabilities

GetCapabilities DTD is missing element definition for VendorSpecificCapabilities
--------------------------------------------------------------------------------

                 Key: GEOS-4304
                 URL: http://jira.codehaus.org/browse/GEOS-4304
             Project: GeoServer
          Issue Type: Bug
          Components: WMS
    Affects Versions: 2.1-RC1
            Reporter: Andreas Hocevar
            Assignee: Andrea Aime

GeoServer 2.0.x did not have a VendorSpecificCapabilities element in the GetCapabilities response. GeoServer 2.1.x does, but the DTD does not define the content of this element.

I assume that the VendorSpecificCapabilities element was added for GWC integration to populate it with WMSC specifics, so it is good to have it there. But the DTD needs to be updated as well, or the doctype definition for a plain GeoServer GetCapabilities response needs to be changed to:

{noformat}
<!DOCTYPE WMT_MS_Capabilities SYSTEM
"http://localhost:80/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd&quot;
[
<!ELEMENT VendorSpecificCapabilities EMPTY>
]>
{noformat}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira