This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: java.net.URL
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Well, file protocol handler exists in classpath too. That could be
Michael> merged if needed/wanted. core protocol handler doesnt exist in
Michael> classpath.
Ideally we'd have an extensible scheme so that the divergence is not
in a file, but rather just the addition of some files in libgcj.
E.g., it would be nice to rework URLClassLoader so that this is the
case.
Tom