[icedtea-web] RFC: find jars based on Class-Path entry in manifest
Deepak Bhole
dbhole at redhat.com
Wed Apr 20 11:45:27 PDT 2011
* Omair Majid <omajid at redhat.com> [2011-04-15 12:28]:
> Updated patch attached.
>
I'll let Andrew reply to his concerns. I have only one concern (below):
> -
> - try {
> - u = tracker.getCacheURL(remoteURL);
> + addNewJar(desc);
> } catch (Exception e) {
> throw new ClassNotFoundException(name);
> }
> -
We are catching any exception and re-throwing a CNFE. However exceptions
could occur due to something like a file mentioned in the jarindex not
existing on the server. This may not necessarily be fatal to the app
(the class may exist in the next jar specified in the index). The CNFE
will however make it fatal..
Cheers,
Deepak
More information about the distro-pkg-dev
mailing list