Issue480020

classification
Title: Proxy supers are loaded from syspath.
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-11-09.14:45:06 by bckfnn, last changed 2001-11-09.14:51:49 by bckfnn.

Messages
msg459 (view) Author: Finn Bock (bckfnn) Date: 2001-11-09.14:45:06
When a superclass/interface of a proxy is loaded by a 
custom classloader, the sys.path java loader is still 
tried before the superclass/interface classloader is 
tried. That is wrong, the order should be reversed so 
that the referent classloaders is tried before 
resorting to the sys.path java loader.
msg460 (view) Author: Finn Bock (bckfnn) Date: 2001-11-09.14:51:49
Logged In: YES 
user_id=4201

A duplicate bug report, closing it.
History
Date User Action Args
2001-11-09 14:45:06bckfnncreate