-
Bug
-
Resolution: Fixed
-
P1
-
8, 8u5
-
b124
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8033475 | 9 | Daniil Titov | P1 | Closed | Fixed | b06 |
JDK-8032660 | 8u20 | Daniil Titov | P1 | Closed | Fixed | b01 |
JDK-8032409 | 8u5 | Daniil Titov | P1 | Resolved | Fixed | b05 |
Step to reproduce
------------------------------
I.Prerequisites.
1. Ensure you have web server installed in listening on port 8080.
2. Add IP mapping for you server "127.0.0.1 dan"
5. Unpack attached archive in web root folder.
II Steps:
Test case 1:
test_8031465.zip or testacse.zip
1. Navigate to http://localhost:8080/Tests/Test_FakeCodebase/html/success/start.html
2. Check the security warning dialog "Do you want to run this application? " is shown.
3. Check that locations section contains 2 URLs : http://dan:8080 and http://localhost:8080
4. Click "Run"
EXPECTED: Image is shown.
ACTUAL: AccessControlException is thrown (see console). Image is not shown
Test case 2:
test_8031465.zip
1. Navigate to http://localhost:8080/Tests/Test_FakeCodebase/html/success/startAudio.html
2. Check the security warning dialog "Do you want to run this application? " is shown.
3. Check that locations section contains 2 URLs : http://dan:8080 and http://localhost:8080
4. Click "Run"
EXPECTED: Applet is loaded.
ACTUAL: AccessControlException is thrown (see console). Applet is no loaded.
Reproduced on jdk8u5-b03 and jdk8-b123 builds.
------------------------------
I.Prerequisites.
1. Ensure you have web server installed in listening on port 8080.
2. Add IP mapping for you server "127.0.0.1 dan"
5. Unpack attached archive in web root folder.
II Steps:
Test case 1:
test_8031465.zip or testacse.zip
1. Navigate to http://localhost:8080/Tests/Test_FakeCodebase/html/success/start.html
2. Check the security warning dialog "Do you want to run this application? " is shown.
3. Check that locations section contains 2 URLs : http://dan:8080 and http://localhost:8080
4. Click "Run"
EXPECTED: Image is shown.
ACTUAL: AccessControlException is thrown (see console). Image is not shown
Test case 2:
test_8031465.zip
1. Navigate to http://localhost:8080/Tests/Test_FakeCodebase/html/success/startAudio.html
2. Check the security warning dialog "Do you want to run this application? " is shown.
3. Check that locations section contains 2 URLs : http://dan:8080 and http://localhost:8080
4. Click "Run"
EXPECTED: Applet is loaded.
ACTUAL: AccessControlException is thrown (see console). Applet is no loaded.
Reproduced on jdk8u5-b03 and jdk8-b123 builds.
- backported by
-
JDK-8032409 Applet fails to load images and audio clips.
- Resolved
-
JDK-8032660 Applet fails to load images and audio clips.
- Closed
-
JDK-8033475 Applet fails to load images and audio clips.
- Closed
- relates to
-
JDK-8032197 REGRESSION:Java Bean test fail in the latest JDK 8 b123
- Closed