]
Stuart Douglas moved UNDERTOW-1130 to WFLY-9081:
------------------------------------------------
Project: WildFly (was: Undertow)
Key: WFLY-9081 (was: UNDERTOW-1130)
Support ServletContainerInitializer placed on WARs
--------------------------------------------------
Key: WFLY-9081
URL:
https://issues.jboss.org/browse/WFLY-9081
Project: WildFly
Issue Type: Feature Request
Reporter: Guillermo González de Agüero
Assignee: Stuart Douglas
The Servlet spec only talks about the presence of ServletContainerInitializer's
within JAR files bundled on the WAR. It says nothing about what to do when found on the
WAR and Undertow is ignored them right now, which is spec complaint.
However, WildFly has the only Servlet container I'm aware of that ignores that
classes, having tested Payara, WebLogic,WebSphere Liberty, Jetty, Tomcat and Resin.
It would be good to support them on Undertow too.
I've also opened an issue on the Servlet spec repository, so this can be clarified
for future versions of the document:
https://github.com/javaee/servlet-spec/issues/179