laptop and a wrench

漏洞

In Collector for ArcGIS (iOS), the feature of the pop-up media does not display when the image URL contains a space or %20.

上次发布: November 27, 2019 ArcGIS Collector
漏洞 ID 编号 BUG-000126192
已提交October 22, 2019
上次修改时间November 13, 2020
适用范围ArcGIS Collector
找到的版本19.1.0
服务器平台Apple iOS
客户端平台N/A
状态Will Not Be Addressed

附加信息

This is expected behavior when including non-URL encoded spaces for the image URL within the popup media. In this scenario, since image names are being concatenated from an attribute field to a common URL, if/when the image name contains spaces, you can utilize Arcade expressions in the popup to encode them. Such as: if (Find($feature.PhotoNameField," ") < 0) // URL encode the string return UrlEncode(Text($feature.PhotoNameField)) or if (Find($feature.PhotoNameField," ") < 0) // or manually encode spaces return Replace($feature.PhotoNameField, " ", "%20", True) else return $feature.PhotoNameField

重现步骤

漏洞 ID: BUG-000126192

软件:

  • ArcGIS Collector

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

发现关于本主题的更多内容