laptop and a wrench

漏洞

ArcGIS Web Adaptor 10.9.1 fails to process some WFS filters for GetFeature requests.

上次发布: March 3, 2022 ArcGIS Web Adaptor
漏洞 ID 编号 BUG-000146853
已提交February 14, 2022
上次修改时间January 29, 2025
适用范围ArcGIS Web Adaptor
找到的版本10.9.1
操作系统Windows OS
操作系统版本2019 64 Bit
状态As Designed

附加信息

The development team determined that this behavior is as designed. Please log any suggestions for improvements on the ArcGIS Ideas site.

解决办法

Refer to the workaround in the following article: https://support.esri.com/en/technical-article/000015245.

However, note that the line in web.config for the Web Adaptor (WA) the parameter to search, maxQueryStringLength does not yet exists. Esri recommends searching for httpRuntime and then edit the line to contain the missing parameters. Thee final line is:

<httpRuntime maxUrlLength="2097151" maxQueryStringLength="2097151" maxRequestLength="2097151" executionTimeout="100000" targetFramework="4.5" /> 

Besides under <system.webServer>, the <requestLimits> line must be modified to the following:

<requestLimits maxAllowedContentLength="2147483648" maxQueryString="2147483648" />

 

Restart IIS for the changes to take effect.

重现步骤

漏洞 ID: BUG-000146853

软件:

  • ArcGIS Web Adaptor

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项