[
http://jira.jboss.com/jira/browse/JBREM-811?page=all ]
Ron Sigal updated JBREM-811:
----------------------------
Fix Version/s: 2.2.2.SP2
2.2.2.GA_CP01
Affects Version/s: 2.4.0.Beta1 (Pinto)
This fix should be available for EAP 4.2.0.GA_CP02, AS 4.2.3 (?) and AS 5.0.0.Beta3.
Privileged Block to create Class Loader
---------------------------------------
Key: JBREM-811
URL:
http://jira.jboss.com/jira/browse/JBREM-811
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: security
Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA
Reporter: Anil Saldhana
Assigned To: Trustin Lee
Priority: Blocker
Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
Attachments: diff.patch
Please add a Privileged Block to create the class loader.
===================================
Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission createClassLoader)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
at java.security.AccessController.checkPermission(AccessController.java:427)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkCreateClassLoader(SecurityManager.java:594)
at java.lang.ClassLoader.<init>(ClassLoader.java:201)
at
org.jboss.remoting.loading.ClassByteClassLoader.<init>(ClassByteClassLoader.java:62)
at org.jboss.remoting.AbstractInvoker.<init>(AbstractInvoker.java:76)
at
org.jboss.remoting.transport.local.LocalClientInvoker.<init>(LocalClientInvoker.java:71)
at org.jboss.remoting.InvokerRegistry.createClientInvoker(InvokerRegistry.java:304)
at org.jboss.remoting.Client.connect(Client.java:459)
====================================
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira