[
https://issues.redhat.com/browse/WFCORE-5041?page=com.atlassian.jira.plug...
]
Darran Lofthouse commented on WFCORE-5041:
------------------------------------------
I believe the main issue here was the presence of the export="true" attribute in
addition to the individually listed exports, by adding export=true everything is exported
not just the filtered list.
The public elytron module exports private API
---------------------------------------------
Key: WFCORE-5041
URL:
https://issues.redhat.com/browse/WFCORE-5041
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Darran Lofthouse
Priority: Major
The public elytron module is defined as:
{code:xml}
<module name="org.wildfly.security.elytron-private"
services="export" export="true">
<exports>
<include-set>
<path name="org/wildfly/security"/>
{code}
The issue is export="true" exports everything including the private API.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)