Bug 985089
| Summary: | java applets are not working in firefox on f19 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Garrett Mitchener <garrett.mitchener> | ||||||
| Component: | icedtea-web | Assignee: | jiri vanek <jvanek> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | dbhole, gecko-bugs-nobody, jvanek, omajid, stransky | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-08-01 14:09:38 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Garrett Mitchener
2013-07-16 18:37:01 UTC
These applets work once I grant permission: http://www.javakode.com/applets/ Maybe it has to do with signed vs. unsigned applets? Hi Garrett. Yes, all applets now require permission to run, even unsigned ones. We did this in light of the recent barrage of Java security erratas. So everything works for you if you grant the permissions? No. The applet at http://java.com/en/download/installed.jsp?detect=jre never asks for permission. I get a gray rectangle in the browser window where the applet should go, and nothing more. I get the same thing trying to log in to the Juniper VPN that my employer uses. Correction: If I first erase ~/.icedtea*/ then try to load the java.com test page, it does ask permission, remembers that I clicked "yes", then continues to fail as described. I'll attach ~/.icedtea/log/java.stderr & java.stdout Created attachment 780830 [details]
java.stderr
java.stdout is empty I can confirm. When I visit: http://java.com/en/download/installed.jsp?detect=jre I get a prompt asking me for confirmation to run the applet. When I grant the permissions, I get a grey box and nothing happens. I tried again and when I deny the permissions, I get the standard icedtea errors displayed. So it is a problem with the permission mechanism? Assigning to Adam to take a look.+ (In reply to Deepak Bhole from comment #8) > So it is a problem with the permission mechanism? Can't say. The applet just turns grey when I allow it to run. The applet is silently failing here after failing to go to a 'javascript:<some code>' URL. Marking as duplicate. *** This bug has been marked as a duplicate of bug 903406 *** |