漏洞
漏洞 ID 编号 | BUG-000146853 |
---|---|
已提交 | February 14, 2022 |
上次修改时间 | January 29, 2025 |
适用范围 | ArcGIS Web Adaptor |
找到的版本 | 10.9.1 |
操作系统 | Windows OS |
操作系统版本 | 2019 64 Bit |
状态 | As Designed |
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 专家的帮助
下载 Esri 支持应用程序