]
Darran Lofthouse resolved WFCORE-2374.
--------------------------------------
Resolution: Rejected
Elytron deployment depends on org.jboss.security.negotiation
------------------------------------------------------------
Key: WFCORE-2374
URL:
https://issues.jboss.org/browse/WFCORE-2374
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta7
Reporter: Martin Choma
Based on wildfly documentation deployment which is secured by SPNEGO have to depend on
{{org.jboss.security.negotiation}} module
Such configuration leads to WARN message beeing logged into server log
{code}
08:35:05,388 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8)
WFLYSRV0018: Deployment "deployment.secured-webapp.war" is using a private
module ("org.jboss.security.negotiation:main") which may be changed or removed
in future versions without notice.
{code}
[1]
https://docs.jboss.org/author/display/WFLY/WildFly+Elytron+Security