Bug 1056476
| Summary: | SecurityException when logging out from BAM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | pavelp, rrajasek | ||||
| Target Milestone: | ER1 | ||||||
| Target Release: | 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:03:21 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: | |||||||
| Bug Depends On: | 1054834 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Hrcek
2014-01-22 09:40:33 UTC
Please try, in addition to specifying kie.policy as in bug 1054834, comment 6, to specify the global java security policy explicitly. Create the global.policy file with the following content: grant { permission java.security.AllPermission; }; and add the following flag in the java command line in standalone.conf, keeping the previously added security flags: -Djava.security.policy=global.policy This option explicitly sets the permissions for the code outside of MVEL to All Permissions. Fixed. Github commit (master): https://github.com/droolsjbpm/dashboard-builder/commit/b1c149973925a0dc4b97c584c1da7cf4a03f7ed8 Github commit (6.0.x): https://github.com/droolsjbpm/dashboard-builder/commit/1850fbbb0bb8a4f38a146382bf8dfcfd53da6f1d Ok, verified with BPMS 6.0.1 ER1. I was running the EAP using bin/standalone-secure.sh and it is not working correctly. |