漏洞
| 漏洞 ID 编号 | BUG-000124630 |
|---|---|
| 已提交 | August 19, 2019 |
| 上次修改时间 | February 7, 2025 |
| 适用范围 | Portal for ArcGIS |
| 找到的版本 | 10.7.1 |
| 状态 | Known Limit |
Go into the 'web.config' file within the C:\inetpub\wwwroot folder and update the code to read:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxUrl="10999" maxQueryString="9999" />
</requestFiltering>
</security>
</system.webServer>
<system.web>
<httpRuntime maxUrlLength="10999" maxQueryStringLength="2097151" />
<customErrors mode="Off" />
</system.web>
</configuration>
漏洞 ID: BUG-000124630
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序