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

(-)java/org/apache/jasper/compiler/JspRuntimeContext.java (-1 / +1 lines)
Lines 605-611 Link Here
605
                                                           jsw.getJspUri(), context.getContextPath(),
605
                                                           jsw.getJspUri(), context.getContextPath(),
606
                                                           "" + (now-jsw.getLastUsageTime())));
606
                                                           "" + (now-jsw.getLastUsageTime())));
607
                        }
607
                        }
608
                        if (jspQueue != null) {
608
                        if (jspQueue != null && jsw.getUnloadHandle() != null) {
609
                            jspQueue.remove(jsw.getUnloadHandle());
609
                            jspQueue.remove(jsw.getUnloadHandle());
610
                        }
610
                        }
611
                        unloadJspServletWrapper(jsw);
611
                        unloadJspServletWrapper(jsw);

Return to bug 48358