|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

A diff against the current trunk to remove the checks is:
monospaced
diff --git a/core/src/main/java/jenkins/util/JSONSignatureValidator.java b/core/src/main/java/jenkins/util/JSONSignatureValidator.java
index 684f8eb..641d25e 100644
— a/core/src/main/java/jenkins/util/JSONSignatureValidator.java
+++ b/core/src/main/java/jenkins/util/JSONSignatureValidator.java
@@ -130,12 +130,12 @@ public class JSONSignatureValidator { LOGGER.severe(msg); LOGGER.severe(o.toString(2)); }
+ // return FormValidation.error(msg);
}
String providedSignature = signature.getString("correct_signature");
if (!sig.verify(Base64.decode(providedSignature.toCharArray()))) { - return FormValidation.error("Signature in the update center doesn't match with the certificate in "+name); + // return FormValidation.error("Signature in the update center doesn't match with the certificate in "+name); }
if (warning!=null) return warning;
diff --git a/pom.xml b/pom.xml
index 1d098c9..bf961d4 100644
— a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ THE SOFTWARE.
<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
+ <version>1.513-SNAPSHOT-NOCHECK</version>
<packaging>pom</packaging>
<name>Jenkins main module</name>
monospaced