[
https://issues.jboss.org/browse/WFLY-8565?page=com.atlassian.jira.plugin....
]
Tomaz Cerar commented on WFLY-8565:
-----------------------------------
fixed to not expose anything as the service itself doesn't expose itself as well.
updated docs
https://github.com/wildfly/wildfly-capabilities/pull/17
org.wildfly.undertow.http-invoker.host capability violates its own
contract
---------------------------------------------------------------------------
Key: WFLY-8565
URL:
https://issues.jboss.org/browse/WFLY-8565
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Priority: Critical
According to the definition of the "org.wildfly.undertow.http-invoker.host"
capability, it provides a PathHandler service[1], but the installed service[2] exposes the
HttpInvokerHostService instance itself[3].
[1]
https://github.com/jbossas/jboss-eap7/blob/7.x/undertow/src/main/java/org...
[2]
https://github.com/jbossas/jboss-eap7/blob/7.x/undertow/src/main/java/org...
[3]
https://github.com/jbossas/jboss-eap7/blob/7.x/undertow/src/main/java/org...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)