Specifying the Web Map Service (WMS) version in a GetCapabilities request by appending '&version=1.1.0' or '&version=1.1.1' sets the content type to 'application/vnd.ogc.ws_xml' in the response header. ArcGIS for Server 1.0.0 sets the content type to 'text/xml'. Browsers can natively read 'text/html' but do not understand the 'application/vnd.ogc.ws_xml' content type, resulting in inconsistency when reading the capabilities document.
上次发布: January 2, 2018ArcGIS for Server
漏洞 ID 编号
BUG-000099631
已提交
September 28, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Server
找到的版本
10.5 Beta
操作系统
Windows OS
操作系统版本
2012 R2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Response content-type is set based on the value defined in the GetCapabilities response. By default for ArcGIS for Server 1.1.0 and 1.1.1 support only one format - application/vnd.ogc.wms_xml.