Subversion Repositories DevTools

Rev

Rev 5957 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@LANGUAGE="VBSCRIPT"%>
<%
'=====================================================
'|                                                   |
'|             msg_firefox_unc_downloading           |
'|                                                   |
'=====================================================
%>
<%
Option explicit
Response.Expires = 0
%>
<!--#include file="../common/conf.asp"-->
<!--#include file="../common/globals.asp"-->
<!--#include file="../common/qstr.asp"-->
<!--#include file="../common/common_subs.asp"-->
<%
'------------ VARIABLE DEFINITION -------------
'------------ CONSTANTS DECLARATION -----------
'------------ VARIABLE INIT -------------------
'------------ CONDITIONS ----------------------
'----------------------------------------------
%>
<%
'------------ RUN BEFORE PAGE RENDER ----------
'----------------------------------------------
%>
<html>
<head>
<title>Release Manager</title>
<link rel="shortcut icon" href="<%=FavIcon%>"/>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
<link rel="stylesheet" href="../images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
<script language="JavaScript" src="../images/common.js?ver=<%=VixVerNum%>"></script>
</head>

<body leftmargin="0" topmargin="0">
<!-- HEADER ++++++++++++++++ -->
<!--#include file="../_header.asp"-->
<!-- +++++++++++++++++++++++ -->
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td align="center" valign="middle">
         <table width="650" border="0" cellspacing="0" cellpadding="1">
            <tr>
               <td background="../images/bg_bage_2.gif">
                  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                     <tr>
                        <td background="../images/bg_bage_pane.gif">
                           <table width="100%" border="0" cellpadding="10" cellspacing="0">
                              <form name="form" method="get" action="">
                                 <tr>
                                    <td width="1%" align="center" valign="top"><img src="../images/i_warning.gif" width="30" height="31"></td>
                                    <td width="100%" valign="top">
                                       <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                          <tr>
                                             <td class="msg_ttl">Downloading Build Failure Logs in Firefox</td>
                                          </tr>
                                          <tr>
                                             <td><img src="../images/spacer.gif" width="10" height="30"></td>
                                          </tr>
                                          <tr>
                                             <td class="body_txt">
                                                <hr width="100%" size="1" noshade color="#ACA899">
                                                When using a Daemon enabled release, failed daemon builds result in build
                                                failure logs being stored temporarily on auperaunx26. These logs may be
                                                viewed via the Build Status display for the relevant release.
                                                <br><br>
                                                However, downloading files via a UNC path is a security hazard and Firefox
                                                ignores (silently) such links by default. Those using Internet Explorer
                                                have no such problem. What can you do about this when using Firefox?
                                                <br><br>
                                                In the most recent versions of Firefox, by creating a custom security
                                                policy, downloading these build failure logs can be enabled.
                                                <br><br>
                                                To do this, create a user.js file in the Firefox profiles folder. This
                                                folder is user specific. Here is an example:
                                                <br><br>
                                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles\9bvgcwod.default
                                                <br><br>
                                                Your folder will be named slightly differently ofcoarse - everyone has
                                                their own username, and the prefix of the .default folder may be different.
                                                If there is already a user.js file in the folder, simply update it as
                                                follows.
                                                <br><br>
                                                Edit the new/existing user.js file and insert the following 3 lines of text:
                                                <br><br>
                                                user_pref("capability.policy.policynames", "localfilelinks");<br>
                                                user_pref("capability.policy.localfilelinks.sites", "http://bms:8002");<br>
                                                user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");<br>
                                                <br><br>
                                                This tells Firefox that for certain local UNC file paths,
                                                it should ignore the security threat and download the file.
                                                <br><br>
                                                Restart Firefox and downloading ROOT CAUSE files from auperaunx26 should now be allowed.
                                             </td>
                                          </tr>
                                       </table>
                                    </td>
                                    <td width="1%" valign="top"><img src="../images/spacer.gif" width="1" height="100"></td>
                                 </tr>
                                 <tr>
                                    <td align="center" valign="middle">&nbsp;</td>
                                    <td valign="top"><hr width="100%" size="1" noshade>
                                       <input name="Reset" type="reset" class="form_btn" value="&laquo; Back" onClick="history.back()">
                                    </td>
                                    <td valign="top">&nbsp;</td>
                                 </tr>
                              </form>
                           </table>
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
         </table>
      </td>
   </tr>
</table>

</body>
</html>
<!-- DESTRUCTOR ------->
<!--#include file="../common/destructor.asp"-->