-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Cannot Reproduce
-
Affects Version/s: 6u19
-
Fix Version/s: None
-
Component/s: deploy
-
Subcomponent:
-
CPU:generic
-
OS:generic
Short desc:
Test executes applet in jnlp style, inside applet tries to get codebase:
1. using Applet.getCodeBase();
2. using
BasicService bs = (BasicService)ServiceManager.lookup("javax.jnlp.BasicService");
bs.getCodeBase();
Test fails because these two values aren't equal.
See applet code source and applet execution log in attachment.
See details, html links in "Comments" section ( How to reproduce ).
Test executes applet in jnlp style, inside applet tries to get codebase:
1. using Applet.getCodeBase();
2. using
BasicService bs = (BasicService)ServiceManager.lookup("javax.jnlp.BasicService");
bs.getCodeBase();
Test fails because these two values aren't equal.
See applet code source and applet execution log in attachment.
See details, html links in "Comments" section ( How to reproduce ).