Bug 1286466
| Summary: | Warning on applet located in different folder of the same domain | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marco Motta <marco.motta> |
| Component: | icedtea-web | Assignee: | jiri vanek <jvanek> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | dbhole, jvanek, omajid |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-01 08:53:11 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: | |||
|
Description
Marco Motta
2015-11-29 19:56:52 UTC
Unluckily, the directories are part of the check intentionally. The correct way to fix it is on your side: Sign it, and put into manifest the locations from which your applet is expected to run (or if you do not care then just asterix and kill this safety belt) - http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html#app_library . Generally, fill all the attributes in. Sorry. This security enhancement is not from my head but after some judging.. it is useful. The less correct workaround is for your clients - to disable manifest checks - in deployment.properties add deployment.manifest.attributes.check=NONE |