ArcGIS Server Manager will prompt security messages when running under https (SSL).
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM007820
Submitted
April 3, 2007
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
the following workaround was purposed by the user:The offending code is in Default.aspx, somewhere in the Copyright panel definition. If this code is commented out, the security warning message does not appear. <asp:Panel ID="CopyrightTextHolder" runat="server" Style="position: absolute; left: 625px; top: 580px; padding: 3px; cursor: pointer; -moz-opacity: 0.75; filter: alpha(opacity=75);" BorderColor="DarkGray" BorderStyle="Solid" BorderWidth="1px" ToolTip="Display Copyright Information" Font-Underline="True" BackColor="White" Font-Size="XX-Small"> Copyright </asp:Panel> <esri:FloatingPanel ID="CopyrightText_Panel" runat="server" BackColor="White" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Height="200px" Style="left: 666px; position: absolute; top: 386px; overflow: auto;" Title="Copyright" TitleBarColor="WhiteSmoke" TitleBarHeight="20px" TitleBarSeparatorLine="False" Transparency="35" Width="250px" Visible="False" Docked="False"> <div id="CopyrightTextContents" style="width: 100%" >Copyright Information</div> </esri:FloatingPanel>