Subversion Repositories DevTools

Rev

Rev 7458 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7458 Rev 7459
Line 25... Line 25...
25
'------------ RUN BEFORE PAGE RENDER ----------
25
'------------ RUN BEFORE PAGE RENDER ----------
26
'----------------------------------------------
26
'----------------------------------------------
27
%>
27
%>
28
<html>
28
<html>
29
<head>
29
<head>
30
<title>Release Manager</title>
30
  <title>Release Manager</title>
31
<link rel="shortcut icon" href="<%=FavIcon%>"/>
31
  <link rel="shortcut icon" href="<%=FavIcon%>"/>
32
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
32
  <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
33
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
33
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
34
<link rel="stylesheet" href="../images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
34
  <link rel="stylesheet" href="../images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
35
<link rel="stylesheet" href="../images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
35
  <link rel="stylesheet" href="../images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
36
<script language="JavaScript" src="../images/common.js?ver=<%=VixVerNum%>"></script>
36
  <script language="JavaScript" src="../images/common.js?ver=<%=VixVerNum=VixVerNum%>">
-
 
37
</script>
37
</head>
38
</head>
38
 
39
 
39
<body leftmargin="0" topmargin="0">
40
<body leftmargin="0" topmargin="0">
40
<!--#include file="../_header.asp"-->
41
<!--#include file="../_header.asp"-->
41
<table height="90%" class="full_table bg_grey">
42
<table height="90%" class="full_table">
42
  <tr>
43
  <tr>
43
      <td align="center" valign="middle">
44
    <td align="center" valign="middle">
44
         <table width="650" border="0" cellspacing="0" cellpadding="1">
45
      <table width="650" border="0" cellspacing="0" cellpadding="1">
45
            <tr>
46
        <tr>
46
               <td background="../images/bg_bage_2.gif">
47
          <td background="../images/bg_bage_2.gif">
47
                  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
48
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
48
                     <tr>
49
              <tr>
49
                        <td background="../images/bg_bage_pane.gif">
50
                <td background="../images/bg_bage_pane.gif">
50
                           <table width="100%" border="0" cellpadding="10" cellspacing="0">
51
                  <table width="100%" border="0" cellpadding="10" cellspacing="0">
51
                              <form name="form" method="get" action="">
52
                    <form name="form" method="get" action="">
52
                                 <tr>
53
                      <tr>
53
                                    <td width="1%" align="center" valign="top"><img src="../images/i_warning.gif" width="30" height="31"></td>
-
 
54
                                    <td width="100%" valign="top">
54
                        <td width="1%" align="center" valign="top">
55
                                       <table width="100%" border="0" cellspacing="0" cellpadding="0">
-
 
56
                                          <tr>
-
 
57
                                             <td class="msg_ttl">Downloading Build Failure Logs in Firefox</td>
-
 
58
                                          </tr>
-
 
59
                                          <tr>
-
 
60
                                             <td><img src="../images/spacer.gif" width="10" height="30"></td>
55
                          <img src="../images/i_warning.gif" width="30" height="31">
61
                                          </tr>
-
 
62
                                          <tr>
-
 
63
                                             <td class="body_txt">
-
 
64
                                                <hr width="100%" size="1" noshade color="#ACA899">
-
 
65
                                                When using a Daemon enabled release, failed daemon builds result in build
-
 
66
                                                failure logs being stored temporarily on auperaunx26. These logs may be
-
 
67
                                                viewed via the Build Status display for the relevant release.
-
 
68
                                                <br><br>
-
 
69
                                                However, downloading files via a UNC path is a security hazard and Firefox
-
 
70
                                                ignores (silently) such links by default. Those using Internet Explorer
-
 
71
                                                have no such problem. What can you do about this when using Firefox?
-
 
72
                                                <br><br>
-
 
73
                                                In the most recent versions of Firefox, by creating a custom security
-
 
74
                                                policy, downloading these build failure logs can be enabled.
-
 
75
                                                <br><br>
-
 
76
                                                To do this, create a user.js file in the Firefox profiles folder. This
-
 
77
                                                folder is user specific. Here is an example:
-
 
78
                                                <br><br>
-
 
79
                                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-
 
80
                                                C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles\9bvgcwod.default
-
 
81
                                                <br><br>
-
 
82
                                                Your folder will be named slightly differently ofcoarse - everyone has
-
 
83
                                                their own username, and the prefix of the .default folder may be different.
-
 
84
                                                If there is already a user.js file in the folder, simply update it as
-
 
85
                                                follows.
-
 
86
                                                <br><br>
-
 
87
                                                Edit the new/existing user.js file and insert the following 3 lines of text:
-
 
88
                                                <br><br>
-
 
89
                                                user_pref("capability.policy.policynames", "localfilelinks");<br>
-
 
90
                                                user_pref("capability.policy.localfilelinks.sites", "http://bms:8002");<br>
-
 
91
                                                user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");<br>
-
 
92
                                                <br><br>
-
 
93
                                                This tells Firefox that for certain local UNC file paths,
-
 
94
                                                it should ignore the security threat and download the file.
-
 
95
                                                <br><br>
-
 
96
                                                Restart Firefox and downloading ROOT CAUSE files from auperaunx26 should now be allowed.
-
 
97
                                             </td>
-
 
98
                                          </tr>
-
 
99
                                       </table>
-
 
100
                                    </td>
-
 
101
                                    <td width="1%" valign="top"><img src="../images/spacer.gif" width="1" height="100"></td>
-
 
102
                                 </tr>
-
 
103
                                 <tr>
-
 
104
                                    <td align="center" valign="middle">&nbsp;</td>
-
 
105
                                    <td valign="top"><hr width="100%" size="1" noshade>
-
 
106
                                       <input name="Reset" type="reset" class="form_btn" value="&laquo; Back" onClick="history.back()">
-
 
107
                                    </td>
-
 
108
                                    <td valign="top">&nbsp;</td>
-
 
109
                                 </tr>
-
 
110
                              </form>
-
 
111
                           </table>
-
 
112
                        </td>
56
                        </td>
-
 
57
                        <td width="100%" valign="top">
-
 
58
                          <table width="100%" border="0" cellspacing="0" cellpadding="0">
-
 
59
                            <tr>
-
 
60
                              <td class="msg_ttl">
-
 
61
                                Downloading Build Failure Logs in Firefox
-
 
62
                              </td>
-
 
63
                            </tr>
-
 
64
                            <tr>
-
 
65
                              <td>
-
 
66
                                <img src="../images/spacer.gif" width="10" height="30">
-
 
67
                              </td>
-
 
68
                            </tr>
-
 
69
                            <tr>
-
 
70
                              <td class="body_txt">
-
 
71
                                <hr width="100%" size="1" noshade color="#ACA899">
-
 
72
                                When using a Daemon enabled release, failed daemon builds result in build failure logs
-
 
73
                                being stored temporarily. These logs may be viewed via the Build Status display for the
-
 
74
                                relevant release.
-
 
75
                                <br><br>
-
 
76
                                However, downloading files via a UNC path is a security hazard and Firefox ignores
-
 
77
                                (silently) such links by default. Those using Internet Explorer have no such problem.
-
 
78
                                What can you do about this when using Firefox?
-
 
79
                                <br><br>
-
 
80
                                In the most recent versions of Firefox, by creating a custom security policy,
-
 
81
                                downloading these build failure logs can be enabled.
-
 
82
                                <br><br>
-
 
83
                                To do this, create a user.js file in the Firefox profiles folder. This folder is user
-
 
84
                                specific. Here is an example:
-
 
85
                                <br><br>
-
 
86
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\Documents and Settings\username\Application
-
 
87
                                Data\Mozilla\Firefox\Profiles\9bvgcwod.default
-
 
88
                                <br><br>
-
 
89
                                Your folder will be named slightly differently ofcoarse - everyone has their own
-
 
90
                                username, and the prefix of the .default folder may be different. If there is already a
-
 
91
                                user.js file in the folder, simply update it as follows.
-
 
92
                                <br><br>
-
 
93
                                Edit the new/existing user.js file and insert the following 3 lines of text:
-
 
94
                                <br><br>
-
 
95
                                user_pref("capability.policy.policynames", "localfilelinks");<br>
-
 
96
                                user_pref("capability.policy.localfilelinks.sites", "http://bms:8002");<br>
-
 
97
                                user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");<br>
-
 
98
                                <br><br>
-
 
99
                                This tells Firefox that for certain local UNC file paths, it should ignore the security
-
 
100
                                threat and download the file.
-
 
101
                                <br><br>
-
 
102
                                Restart Firefox and downloading ROOT CAUSE files from auperaunx26 should now be allowed.
-
 
103
                              </td>
-
 
104
                            </tr>
-
 
105
                          </table>
-
 
106
                        </td>
-
 
107
                        <td width="1%" valign="top">
-
 
108
                          <img src="../images/spacer.gif" width="1" height="100">
-
 
109
                        </td>
-
 
110
                      </tr>
-
 
111
                      <tr>
-
 
112
                        <td align="center" valign="middle">
-
 
113
                          &nbsp;
-
 
114
                        </td>
-
 
115
                        <td valign="top">
-
 
116
                          <hr width="100%" size="1" noshade>
-
 
117
                          <input name="Reset" type="reset" class="form_btn" value="&laquo; Back" onClick="history.back()">
-
 
118
                        </td>
-
 
119
                        <td valign="top">
-
 
120
                          &nbsp;
-
 
121
                        </td>
113
                     </tr>
122
                      </tr>
-
 
123
                    </form>
114
                  </table>
124
                  </table>
115
               </td>
125
                </td>
116
            </tr>
126
              </tr>
117
         </table>
127
            </table>
-
 
128
          </td>
-
 
129
        </tr>
-
 
130
      </table>
118
      </td>
131
    </td>
119
   </tr>
132
  </tr>
120
</table>
133
</table>
121
<!-- FOOTER -->
134
<!-- FOOTER -->
122
<!--#include file="../_footer.asp"-->
135
<!--#include file="../_footer.asp"-->
123
</body>
136
</body>
124
</html>
137
</html>