Bug 1054888

Summary: Check security manager permissions in ServiceRegistry
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Gytis Trikleris <gtrikler>
Component: XTSAssignee: Gytis Trikleris <gtrikler>
Status: CLOSED CURRENTRELEASE QA Contact: Ondrej Chaloupka <ochaloup>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: jcacek, ochaloup, tom.jenkinson
Target Milestone: ER4Keywords: Reopened
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-20 09:01:35 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 Gytis Trikleris 2014-01-17 17:01:18 UTC
Permissions checking in public static methods is needed for Common Criteria certification. com.arjuna.webservices11.ServiceRegistry#getRegistry method has to have such checking.

https://issues.jboss.org/browse/JBTM-2076

Comment 1 Gytis Trikleris 2014-04-08 08:47:17 UTC
Pull request with this fix was merged to JBossTS and will be available once JBossTS 4.17.19.Final is released.

Comment 2 JBoss JIRA Server 2014-04-09 15:03:34 UTC
Tom Jenkinson <tom.jenkinson> updated the status of jira JBTM-2076 to Closed

Comment 3 Ondrej Chaloupka 2014-08-20 08:56:18 UTC
EAP 6.3.0.ER4 contained this fix as Narayana 4.17.19.Final was there.
I've checked this in EAP 6.3.0.GA (org/jboss/xts/main/jbossxts-4.17.21.Final-redhat-2.jar) by decompiling the java classes as we do not have tests for checking security manager on all classes.