-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
7u21
-
generic
-
solaris
Bug reproduced on Solaris 10 with FF18 with latest deployJava.js pointed to http://java.com/js/deployJava.js
For reproduce this issue
- Create symlink for Java plugin (from 7u21 b05) in browser plugins folder
- Save this html and run it on Solaris 10 with FF 18.
====================================
<html>
<head>
<script src="http://java.com/js/deployJava.js"></script>
<script>
alert(deployJava.getPlugin());
</script>
</head>
<body>
</body>
</html>
=====================================
If you see null in alert bug reproduced.
For reproduce this issue
- Create symlink for Java plugin (from 7u21 b05) in browser plugins folder
- Save this html and run it on Solaris 10 with FF 18.
====================================
<html>
<head>
<script src="http://java.com/js/deployJava.js"></script>
<script>
alert(deployJava.getPlugin());
</script>
</head>
<body>
</body>
</html>
=====================================
If you see null in alert bug reproduced.