Searched defs:workaround (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSignatureFileVerifier.java72 /* workaround for parsing Netscape jars */
73 private boolean workaround = false; field in class:SignatureFileVerifier
424 if (workaround) {
442 // attempt to fallback to the workaround
443 if (!workaround) {
450 workaround = true;

Completed in 22 milliseconds