| 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/EJBMethodPermis...
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...