-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b98
-
x86
-
windows_xp
WebStart has allowed one to open a browser pointed at a URL since day one. This is accomplished via the showDocument method of BasicService (see http://java.sun.com/products/javawebstart/docs/javadoc/javax/jnlp/BasicService.html#showDocument(java.net.URL) ).
Why have we made AWT's API more restrictive?
I've exchanged emails with the security folks and no one had a good answer here. Although Stanley pointed out you shouldn't allow developers to open up local files in the browser if running in the sandbox.
Why have we made AWT's API more restrictive?
I've exchanged emails with the security folks and no one had a good answer here. Although Stanley pointed out you shouldn't allow developers to open up local files in the browser if running in the sandbox.
- relates to
-
JDK-6464971 Need to implement webstart/plugin part of the bug fix 6439864
- Closed