Space character replaced with + sign in LocalFeatureService applyEdits operation.
ArcGIS Runtime SDKs
漏洞 ID 编号
BUG-000174311
已提交
February 13, 2025
上次修改时间
June 17, 2025
适用范围
ArcGIS Runtime SDKs
找到的版本
N/A
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When applying edits to features in a local feature service using the Local Server component, space characters in text attribute values are replaced with a plus sign.
解决办法
Use client-side or server-side (post-processing) logic to validate user attribute entry and avoid spaces in attribute strings. Alternatively, implement post-processing logic to validate attribute strings and remove "+" characters.