[jboss-dev-forums] [Design of Security on JBoss] - Regression introduced with JACC EJBMethodPermission
anil.saldhana@jboss.com
do-not-reply at jboss.com
Fri Dec 7 15:05:31 EST 2007
| p0 = new EJBMethodPermission("someEJB", "methodX,,");
| p1 = new EJBMethodPermission("someEJB", "methodX");
| assertTrue("! p0.implies(p1)", p0.implies(p1) == false);
|
I may have introduced a regression with my fix to
http://jira.jboss.com/jira/browse/JBAS-5014
as evidenced by:
http://jira.jboss.com/jira/browse/JBAS-5057
The ctr and implies method of this permission is described here:
http://java.sun.com/j2ee/1.4/docs/api/javax/security/jacc/EJBMethodPermission.html
I need to verify whether this in fact is a regression.
Scott, thoughts?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111319#4111319
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111319
More information about the jboss-dev-forums
mailing list