|
@@ -402,7 +402,7 @@ public class WebApps {
|
|
HttpServer2 httpServer = webApp.httpServer();
|
|
HttpServer2 httpServer = webApp.httpServer();
|
|
if (ui2Context != null) {
|
|
if (ui2Context != null) {
|
|
addFiltersForNewContext(ui2Context);
|
|
addFiltersForNewContext(ui2Context);
|
|
- httpServer.addHandlerAtFront(ui2Context);
|
|
|
|
|
|
+ httpServer.addContext(ui2Context, true);
|
|
}
|
|
}
|
|
try {
|
|
try {
|
|
httpServer.start();
|
|
httpServer.start();
|