https://issues.apache.org/bugzilla/show_bug.cgi?id=54585

            Bug ID: 54585
           Summary: WebappLoader doesn't honor delegate attr while
                    constructing jsp_classpath
           Product: Tomcat 7
           Version: 7.0.37
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

If custom WebappClassLoader is created with delegate=true then parent-first
classloading model is used. Everything works here as expected. However
jsp_classpath is always constructed in the following manner:
customWebappClassLoader.urls;parent.urls;parent...parent.urls
Whereas it is expected to me that if delegate=true then parent's urls should
come first.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to