laptop and a wrench

漏洞

Unable to add pages to the Gallery in ArcGIS Enterprise Sites when the Gallery contains 10 pages and the Site has more than 40 pages.

上次发布: January 16, 2023 Portal for ArcGIS
漏洞 ID 编号 BUG-000132068
已提交July 7, 2020
上次修改时间June 5, 2024
适用范围Portal for ArcGIS
找到的版本10.8
操作系统Windows OS
操作系统版本10.0
状态Will Not Be Addressed

附加信息

The issue is fixed in ArcGIS 10.8.1 Enterprise Sites Patch 3.

解决办法

Create a new web.config file at C:\inetpub\wwwroot where ArcGIS Web Adaptor with Portal for ArcGIS is installed using the following code snippet:

<?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-000132068

软件:

  • Portal for ArcGIS

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项