The Web Feature Service (WFS) capability 'PropertyIsNull' no longer returns features that contain null values for the field that is being filtered.
上次发布: February 20, 2018ArcGIS GIS Server
漏洞 ID 编号
BUG-000110019
已提交
December 6, 2017
上次修改时间
September 16, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.5.1
操作系统
Windows OS
操作系统版本
2012 R2
修正版本
10.6.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
The changes that are made in ArcGIS Desktop 10.5 to this operator are implemented to adhere to OGC specification and pass OGC compliancy tests. In comparison to ArcGIS Desktop 10.4.1 release, the implementation of this operator did not pass the Web Feature Service (WFS) compliancy. The change in the behavior from ArcGIS Desktop 10.4.1 to ArcGIS Desktop 10.5 is as-designed, complaint with OGC specifications.
The PropertyIsNil and PropertyIsNull operators are similar, but do not work the same way, as per OGC specification. The workaround provided may be the solution the customer is looking for. If the query is intended to compare the content of the specified property, PropertyIsNil is used. If the query is intended to check if the property exists for the resource (table/typeName), PropertyIsNull is used.