-
Feature Request
-
Resolution: Done
-
Major
-
1.2.3.Final
-
None
-
None
We're using ServletInfo.setInstanceFactory() in a ServletExtension to install CDI support to Servlets when running in an embedded undertow environment or WildFly Web.
This is limited to Servlets only as for FilterInfo and ListenerInfo there is no setInstanceFactory(). Unless there is an objection I am going to send a PR adding those.