Open GoogleCodeExporter opened 9 years ago
WebAppContext jar scanning is done as part of the WebAppContext configurations.
By the time WEB-INF/jetty-web.xml is executed, that set of configurations is
already fixed in stone and cannot be reconfigured.
Note: looking for WEB-INF/jetty-web.xml and using it *is* a WebAppContext
configuration itself. The last one [1]. This is intentional, and is standards
/ spec breaking if you make the JettyWebXmlConfiguration anything but the last
configuration.
The WebAppContext.setAttribute() for
"org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern" is only supported as
part of a Jetty IoC XML context deployable.
https://github.com/eclipse/jetty.project/blob/jetty-8.1.8.v20121106/jetty-annota
tions/src/main/config/etc/jetty-annotations.xml
Original comment by joakim.erdfelt
on 9 Dec 2013 at 6:19
Original issue reported on code.google.com by
dieter.m...@gmail.com
on 30 Aug 2013 at 7:25