MapServer / mapcache

MapCache source code directory. Please submit pull requests to the 'main' branch.
https://mapserver.org/mapcache
Other
137 stars 96 forks source link

"Exception" vs "Exceptions" element in WMS GetCapabilities response #159

Open collord opened 7 years ago

collord commented 7 years ago

Doesn't the DTD specify the correct element name as "Exception" rather than "Exceptions" (http://cite.opengeospatial.org/OGCTestData/wms/1.1.1/spec/wms1.1.1.html#wmsops.getcapabilities.response) in responding to a WMS get capabilities request?

This is service_wms.c line 162.

tomkralidis commented 7 years ago

Pull request issued in #161