-
Bug
-
Resolution: Fixed
-
P3
-
6u65
-
Jre6u65b06 32bit+Solaris 11 sun4u
-
b06
-
x86
-
solaris_11
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8027546 | 6u75 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
Component:javaws
Bundle:Jre6u65b06 32bit
Platform:Solaris 11 sun4u
Steps:(this test case is from 8/deployment2/jdk6_tests/tests/javaws/manual/blacklist/testcases/blacklistScenarios/testBL_System_CacheDisable.html)
1.Install the java version under test
2.Copy Blacklist file (from your deployment workspace at /tests/javaws/manual/blacklist/lib/blacklist) into $JRE_HOME/lib/security directory
3.Go to Java Control panel->Advaced->Security->General, make sure the option "Enable blacklist revocation check" is on
4.Go to Java Control panel->General->Temporary Internet Files->Setting, clear the cache and disable cache
5.Start IE/Firefox/Chrome browser, run the applet http://localhost:8080/blacklist/html/blacklist1.html
6.Expected behavior: The test will run a signed applet, which is trying to download a jar file existing in black list.Therefore the applet should not load successfully, and JARSigningException should be thrown. The console should show the following details(see 7112950 for more details): The application component ... was blocked due to a request by the vendor. Please contact the application vendor for more information.
The actual result:
The message "The application component ... was blocked due to a request by the vendor." can't be shown in java console.There is only JARSigningException thrown.Please refer to 123.jpg
Bundle:Jre6u65b06 32bit
Platform:Solaris 11 sun4u
Steps:(this test case is from 8/deployment2/jdk6_tests/tests/javaws/manual/blacklist/testcases/blacklistScenarios/testBL_System_CacheDisable.html)
1.Install the java version under test
2.Copy Blacklist file (from your deployment workspace at /tests/javaws/manual/blacklist/lib/blacklist) into $JRE_HOME/lib/security directory
3.Go to Java Control panel->Advaced->Security->General, make sure the option "Enable blacklist revocation check" is on
4.Go to Java Control panel->General->Temporary Internet Files->Setting, clear the cache and disable cache
5.Start IE/Firefox/Chrome browser, run the applet http://localhost:8080/blacklist/html/blacklist1.html
6.Expected behavior: The test will run a signed applet, which is trying to download a jar file existing in black list.Therefore the applet should not load successfully, and JARSigningException should be thrown. The console should show the following details(see 7112950 for more details): The application component ... was blocked due to a request by the vendor. Please contact the application vendor for more information.
The actual result:
The message "The application component ... was blocked due to a request by the vendor." can't be shown in java console.There is only JARSigningException thrown.Please refer to 123.jpg
- backported by
-
JDK-8027546 The message "The application component ... was blocked due to a request by the vendor." can't be shown in java console
- Resolved