Skip to content
  1. Nov 30, 2015
  2. Nov 29, 2015
    • Kohsuke Kawaguchi's avatar
      In debugging a release problem, found a problem. · 4d60cdc8
      Kohsuke Kawaguchi authored
      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");
          }
      4d60cdc8
  3. Nov 27, 2015
  4. Nov 26, 2015
  5. Nov 25, 2015
  6. Nov 24, 2015
  7. Nov 23, 2015
  8. Nov 21, 2015
  9. Nov 20, 2015
  10. Nov 19, 2015
  11. Nov 18, 2015
  12. Nov 17, 2015
  13. Nov 15, 2015
Loading