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: dev@tomcat.apache.org
          Reporter: eugene.ma...@gmail.com
    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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to