Bug#845425: DataSource no longer accessible since jessie security update

Arne Nordmark nordmark at mech.kth.se
Sun Dec 4 08:22:52 UTC 2016


Unfortunately, the newly released wheezy security update 7.0.28-4+deb7u7
also suffers from this problem.

Can it be so that the important part missing is the loop traversing the
class loaders in validateGlobalResourceAccess():

while (cl != null) {
 ...
 cl = cl.getParent();
}

Arne



More information about the pkg-java-maintainers mailing list