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

(-)java/org/apache/jasper/compiler/TagFileProcessor.java (+4 lines)
Lines 565-570 Link Here
565
                            .getServletContext(), ctxt.getOptions(),
565
                            .getServletContext(), ctxt.getOptions(),
566
                            tagFilePath, tagInfo, ctxt.getRuntimeContext(),
566
                            tagFilePath, tagInfo, ctxt.getRuntimeContext(),
567
                            ctxt.getTagFileJarResource(tagFilePath));
567
                            ctxt.getTagFileJarResource(tagFilePath));
568
                    // Use same classloader and classpath for compiling tag files
569
                    tempWrapper.getJspEngineContext().setClassLoader(
570
                            ctxt.getClassLoader());
571
                    tempWrapper.getJspEngineContext().setClassPath(ctxt.getClassPath());
568
                    tagClazz = tempWrapper.loadTagFilePrototype();
572
                    tagClazz = tempWrapper.loadTagFilePrototype();
569
                    tempVector.add(tempWrapper.getJspEngineContext()
573
                    tempVector.add(tempWrapper.getJspEngineContext()
570
                            .getCompiler());
574
                            .getCompiler());

Return to bug 50066