Ensuring right apis are called as per jetty version in branch2 (trunk has different jetty)

This commit is contained in:
vrushali 2017-10-19 22:18:17 -07:00
parent 017ac560f0
commit 28c54989d6
1 changed files with 1 additions and 1 deletions

View File

@ -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();