public class JettyTldPreScanned
extends org.apache.jasper.servlet.TldPreScanned
JettyTldPreScanned
Change to TldPreScanned to not require that the tlds have been
pre-scanned from a jar file, but rather may be files in the
file system.
This is important for running in the jetty maven plugin
environment in multi-module builds, where modules that contain tlds
may be in the reactor at the same time as a webapp being run with the
plugin. That means that the tlds will be used from their location in
the file system, rather than from their assembled jar.