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: [email protected]
ReportedBy: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]