A warning message is displayed when using HTTPS/SSL with out-of-the-box Web Mapping Applications.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM045783
已提交
June 8, 2009
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3.1
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
10.1 was the last release of the .NET WebADF technology. Client APIs (JavaScript/Flex/Silverlight) are recommended for web application development.
解决办法
***** The workaround is not valid if a print task/or any other task is added to the app ******1. Open the skin file for the Theme in use, for example the following Blue Bridge themeC:\Inetpub\wwwroot\testssl\App_Themes\Blue_Bridge\default.skin2. Edit the URL of the TitleBarBackgroundImage to the full https URL of the image:<esri:FloatingPanel runat="server" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black"TitleBarColor="#2F5675" TitleBarHeight="24px" TitleBarSeparatorLine="True"Transparency="0" Font-Bold="True" TitleBarForeColor="White"TitleBarBackgroundImage="https://<server_name>/<app_name>/App_Themes/Blue_Bridge/images/blue-gradient-24x1.gif" />