View | Details | Raw Unified | Return to bug 43515
Collapse All | Expand All

(-)java/org/apache/catalina/manager/HTMLManagerServlet.java (-1 / +1 lines)
Lines 375-381 Link Here
375
375
376
            Map.Entry entry = (Map.Entry) iterator.next();
376
            Map.Entry entry = (Map.Entry) iterator.next();
377
            String displayPath = (String) entry.getKey();
377
            String displayPath = (String) entry.getKey();
378
            String contextPath = (String) entry.getKey();
378
            String contextPath = (String) entry.getValue();
379
            Context context = (Context) host.findChild(contextPath);
379
            Context context = (Context) host.findChild(contextPath);
380
            if (displayPath.equals("")) {
380
            if (displayPath.equals("")) {
381
                displayPath = "/";
381
                displayPath = "/";

Return to bug 43515