[Webkit-unassigned] [Bug 17607] New: 'java' object not exposed to js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 29 08:34:09 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17607

           Summary: 'java' object not exposed to js
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: javascript:alert(java.lang.System.getProperty(%22java.ve
                    rsion%22))%3B
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Java
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shadow2531 at gmail.com


(Safari 3.1.525.9)

In JS with Java installed, you should be able to get the Java version by doing:
alert(java.lang.System.getProperty("java.version"));

This fails because 'java' is not exposed to js. Works fine in Opera and FF.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list