[
https://issues.jboss.org/browse/WFLY-7059?page=com.atlassian.jira.plugin....
]
Martin Choma moved JBEAP-5878 to WFLY-7059:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7059 (was: JBEAP-5878)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR4)
elytron module.xml, unnecessary exclude
---------------------------------------
Key: WFLY-7059
URL:
https://issues.jboss.org/browse/WFLY-7059
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
in
{noformat}./jboss-eap-7.1/modules/system/layers/base/org/wildfly/security/elytron/main/module.xml
{noformat}
there is {noformat} <exclude
path="org/wildfly/wildfly/security/manager/_private"/>{noformat}, which is
probably unnecessary.
{noformat}
<module xmlns="urn:jboss:module:1.3"
name="org.wildfly.security.elytron">
<exports>
<exclude path="org/wildfly/security/_private"/>
<exclude path="org/wildfly/wildfly/security/manager/_private"/>
</exports>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)