Class UndertowJSPInstanceManager

java.lang.Object
org.wildfly.extension.undertow.deployment.UndertowJSPInstanceManager
All Implemented Interfaces:
org.apache.tomcat.InstanceManager

public class UndertowJSPInstanceManager extends Object implements org.apache.tomcat.InstanceManager
InstanceManager is evil and needs to go away We don't use web injection container for instances of org.apache.jasper.runtime.HttpJspBase, as it causes problems with Jakarta Server Pages hot reload. Because a new Jakarta Server Pages class has the same name the generated ID is exactly the same.
Author:
Stuart Douglas