-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b81
-
generic
-
generic
The RMI connector uses the "default class loader" to load deserialized classes in the client, in accordance with the general specification for connector clients. But, for JRMP, it will also use code downloading if that is enabled and the default class loader does not find a class. This is a natural consequence of the RMI implementation and corresponds to what people want. So the spec should explicitly say that this is what happens.