Skip to content
Commit 4d60cdc8 authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi
Browse files

In debugging a release problem, found a problem.

The failure was in ClassLoader.checkCerts that throws the following
exception:

    if (pcerts != null && !compareCerts(pcerts, certs)) {
        throw new SecurityException("class \""+ name +
             "\"'s signer information does not match signer information of other classes in the same package");
    }
parent 305903fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment