Ensuring right apis are called as per jetty version in branch2 (trunk has different jetty)
This commit is contained in:
parent
017ac560f0
commit
28c54989d6
|
@ -402,7 +402,7 @@ public class WebApps {
|
|||
HttpServer2 httpServer = webApp.httpServer();
|
||||
if (ui2Context != null) {
|
||||
addFiltersForNewContext(ui2Context);
|
||||
httpServer.addHandlerAtFront(ui2Context);
|
||||
httpServer.addContext(ui2Context, true);
|
||||
}
|
||||
try {
|
||||
httpServer.start();
|
||||
|
|
Loading…
Reference in New Issue