Custom Export Web Map instances in ArcGIS for Server 10.2.2 are not generating new tokens after the token has expired, resulting in failures until a new instance is used.
上次发布: December 16, 2015ArcGIS for Server
漏洞 ID 编号
BUG-000082814
已提交
October 27, 2014
上次修改时间
June 3, 2025
适用范围
ArcGIS for Server
找到的版本
10.2.2
操作系统
Windows OS
修正版本
10.3.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
1. Use ArcGIS for Server 10.2 or 10.2.1.2. Instead of customizing the Export Web Map tool, have the application pass tokens in the webmap JSON.3. Use Python to pre-process the webmap JSON and add a token prior to sending it through the Export Web Map task (see sample: <a href="http://github.com/djarrard/WebmapWrappers/tree/master/InsertToken" target="_blank">github.com/djarrard/WebmapWrappers/tree/master/InsertToken</a>).