Ticket #5 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

VendorSpecificCapabilities Handling

Reported by: warmerdam Owned by: sdlime
Priority: normal Milestone:
Component: WMS Server Version: 3.5
Severity: normal Keywords:
Cc:

Description

From:  jeff <jeff@polexis.com>
To: warmerdam@pobox.com

Hi,

This request:

http://www2.dmsolutions.ca:8099/cgi-bin/mswms_mpp1?request=capabilities

gives this result:

Reference to undeclared element: 'VendorSpecificCapabilities'.

and if we look into the dtd we see that you have it mentioned:

<!ELEMENT Capability (Request, Exception?, VendorSpecificCapabilities?,
UserDefinedSymbolization?, Layer?)>

but not defined anywhere.

So either you should leave the reference to the DTD out of the GetCapabilities
result, or you should add a definition -- even a trivial one, like
<!ELEMENT VendorSpecificCapabilities (#PCDATA)>
-- to the DTD.
Thanks,
Jeff

Change History

Changed 11 years ago by sdlime

  • owner changed from morissette@… to sdlime

Changed 11 years ago by sdlime

  • status changed from new to closed
  • resolution set to fixed
Fixed it by adding a definition defining that tag as being empty for the moment. 
That will change in time. SDL
Note: See TracTickets for help on using tickets.