[
https://issues.jboss.org/browse/WFLY-6045?page=com.atlassian.jira.plugin....
]
Nicolas Henneaux commented on WFLY-6045:
----------------------------------------
Indeed, it works now with the jboss-ejb3.xml following value :
<assembly-descriptor>
<s:security>
<ejb-name>*</ejb-name>
<s:security-domain>jaspitest</s:security-domain>
</s:security>
</assembly-descriptor>.
Thanks for your explanation and my apologies for my misunderstanding.
EJB default missing method permission deny is not working
---------------------------------------------------------
Key: WFLY-6045
URL:
https://issues.jboss.org/browse/WFLY-6045
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 9.0.2.Final, 10.0.0.CR5
Reporter: Nicolas Henneaux
Attachments: default-missing-method-permissions-deny-access.war, jboss-ejb3.xml
The behaviour to deny access if no security annotation is present is not working. I tried
to use the property default-missing-method-permissions-deny-access from standalone.xml and
the property missing-method-permissions-deny-access from jboss-ejb3.xml and none of them
works.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)