GeoJSON adaptor is unable to correctly parse a value of "0" for a date field; returns a negative epoch integer instead that translates to January 1, 0000.
上次发布: October 19, 2017ArcGIS GeoEvent Server
漏洞 ID 编号
BUG-000108197
已提交
September 20, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS GeoEvent Server
找到的版本
10.5
操作系统
Red Hat Enterprise Linux
操作系统版本
N/A
修正版本
10.7.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
If no value is desired for the date, leaving the attribute blank or using a 'null' value in the GeoJSON results in "null" in the output. Otherwise, "0" does not work and instead returns an invalid date.