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

(-)java/org/apache/jasper/compiler/TagFileProcessor.java (+4 lines)
Lines 618-623 Link Here
618
                            .getServletContext(), ctxt.getOptions(),
618
                            .getServletContext(), ctxt.getOptions(),
619
                            tagFilePath, tagInfo, ctxt.getRuntimeContext(),
619
                            tagFilePath, tagInfo, ctxt.getRuntimeContext(),
620
                            ctxt.getTagFileJarUrl(tagFilePath));
620
                            ctxt.getTagFileJarUrl(tagFilePath));
621
                    // Use same classloader and classpath for compiling tag files
622
                    tempWrapper.getJspEngineContext().setClassLoader(
623
                            (URLClassLoader) ctxt.getClassLoader());
624
                    tempWrapper.getJspEngineContext().setClassPath(ctxt.getClassPath());
621
                    tagClazz = tempWrapper.loadTagFilePrototype();
625
                    tagClazz = tempWrapper.loadTagFilePrototype();
622
                    tempVector.add(tempWrapper.getJspEngineContext()
626
                    tempVector.add(tempWrapper.getJspEngineContext()
623
                            .getCompiler());
627
                            .getCompiler());

Return to bug 50066