Closed
Bug 437783
Opened 18 years ago
Closed 2 years ago
Juniper Netscreen SSL VPN Network Connect no longer launches
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: alanstrassberg, Unassigned)
Details
(Whiteboard: Juniper SSL VPN auto-launch Network Connect code 6.0R5)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Juniper SSL VPN Network Connect no longer auto-launches with Firefox 3 RC2 using Network Connect. Using latest Juniper-Netscreen SSL VPN code 6.0R5. The same situation happened with Firefox 2.0.0.10 (worked fine with 2.0.0.9) and Juniper fixed this. Now it is back with FF 3.0RC2. Applet says "Done" at bottom. One can manually launch fine - it's the auto-launch that's not kicking in.
CLUE: Error console fatal error says top.tzgrab is not a function
Juniper is the market leader in SSL VPN and this will break alot of people so hope you can resolve. I will be happy to help test.
-alan
Reproducible: Always
Steps to Reproduce:
1.login to Juniper SSL VPN gateway using Network Connect.
2.Does not auto-launch.
3.
Expected Results:
auto-launch works in all Firefox 2.x versions (Juniper SSL VPN 6.0R5 code)
FF 3.0 RC2 breaks this.
CLUE: Error console fatal error says top.tzgrab is not a function
<script language="javascript">
if (window.top == self) {
window.location = "/dana/home/starter0.cgi";
}
</script>
<script src="/dana-na/js/clientSetup.js"></script>
<script src="/dana-na/js/pleasewait.js"></script>
<script language="javascript">function startOnLoad()
{
if (top.starter0Ready == 0) {
setTimeout("startOnLoad()", 200);
return;
} else {
setTimeout("top.tzgrab();", 0);
}
}</script>
</head>
<body onload="startOnLoad();"></body>
</html>
| Reporter | ||
Updated•18 years ago
|
Whiteboard: Juniper SSL VPN auto-launch Network Connect code 6.0R5
Version: unspecified → 3.0 Branch
Same thing happens in MAC OS X version, in RC_1 it would launch Juniper, however in RC_2 and RC_3 it does not.
| Reporter | ||
Comment 2•18 years ago
|
||
This bug is also in the FF 3 release code.
| Assignee | ||
Updated•18 years ago
|
Product: Firefox → Toolkit
Comment 3•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Comment 4•2 years ago
|
||
The severity field is not set for this bug.
:mossop, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dtownsend)
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Flags: needinfo?(dtownsend)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•