-
Bug
-
Resolution: Fixed
-
P3
-
7u65, 8u11
-
win7/x64/IE9
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8051087 | 8u40 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8042065 | 8u25 | Thomas Ng | P3 | Resolved | Fixed | b01 |
JDK-8043105 | 8u20 | Unassigned | P3 | Closed | Fixed | b15 |
JDK-8042170 | 8u11 | Thomas Ng | P3 | Resolved | Fixed | b07 |
JDK-8053099 | emb-8u26 | Unassigned | P3 | Resolved | Fixed | b17 |
JDK-8050692 | 7u80 | Unassigned | P3 | Resolved | Fixed | b02 |
JDK-8060266 | 7u76 | Unassigned | P3 | Resolved | Fixed | b04 |
JDK-8047523 | 7u72 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8042066 | 7u71 | Thomas Ng | P3 | Resolved | Fixed | b01 |
JDK-8042269 | 7u66 | Thomas Ng | P3 | Resolved | Fixed | b11 |
JDK-8042169 | 7u65 | Thomas Ng | P3 | Resolved | Fixed | b11 |
1. Install 8u11-b04 and set security level to medium from JCP
2. Clear cache: javaws -uninstall
3. Launch app that has java-vm-args with length exceeded 512 chars by browser.(Input the url into browser's address area and press Enter. And then select javaws to launch it if necessary): http://kgb.us.oracle.com:8080/JawsSecurity/jnlp/testIllegalArg.jnlp
4.Accept security warning dialog promoted
5.If app failed to get loaded with the following exception, then this bug is reproduced:
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Users\wenjyang\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\7\10fd2b07-43f341ac]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Expected behavior: App should get loaded successfully.
Actual behavior: App gets blocked due to CouldNotLoadArgumentException.
Note: with jre8-b123, app can get loaded successfully.
src:
http://sqeweb.us.oracle.com/net/sqenfs-1/export1/comp/jsn/users/crystal/DO_NOT_REMOVE_ME/jrebug/JawsSecurity/src/HelloWorld.java
http://sqeweb.us.oracle.com/net/sqenfs-1/export1/comp/jsn/users/crystal/DO_NOT_REMOVE_ME/jrebug/JawsSecurity/src/MaliciousCode.java
- backported by
-
JDK-8042065 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8042066 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8042169 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8042170 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8042269 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8047523 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8050692 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8051087 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8053099 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8060266 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Resolved
-
JDK-8043105 JNLP with java-vm-args whose length exceeded 512 chars failed to get loaded with CouldNotLoadArgumentException
- Closed
- relates to
-
JDK-8042415 [nightly] JNLP file invalid parsing
- Closed
-
JDK-8062392 Jnlp fails to load with CouldNotLoadArgumentException
- Closed