You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/11/21 18:38:25 UTC

DO NOT REPLY [Bug 46265] New: Missing code in ModuleClassLoader.getResourceParentDelegate()?

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

           Summary: Missing code in
                    ModuleClassLoader.getResourceParentDelegate()?
           Product: Tomcat 4
           Version: Unknown
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:Other
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: sebb@apache.org


org.apache.tomcat.util.loader.ModuleClassLoader.getResourceParentDelegate()
looks as though it should have an extra line in it:

if (loader == null) {
    loader = getSystemClassLoader();
    url = loader.getResource(name); // ** MISSING ** ?
    if (url != null) { // ** OTHERWISE THIS IS ALWAYS NULL **
        if (DEBUG)
           log("getResource() found by system " +  delegate + " " + name + " "
+ url);
        return (url);
    }


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46265] Missing code in ModuleClassLoader.getResourceParentDelegate()?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46265


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-11-21 13:28:06 PST ---
That entire package is unused.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org