]
Darran Lofthouse commented on WFCORE-1768:
------------------------------------------
In addition to that one we actually have a couple more packages that are _private not
listed.
elytron module.xml, invalid package name in exclude
---------------------------------------------------
Key: WFCORE-1768
URL:
https://issues.jboss.org/browse/WFCORE-1768
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Darran Lofthouse
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}