This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new aba8fd8 Update URL for code signing service.
aba8fd8 is described below
commit aba8fd82dacb1f2267b493b3cce17dd6e18d9649
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Oct 8 15:07:14 2019 +0100
Update URL for code signing service.
---
java/org/apache/tomcat/buildutil/SignCode.java | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/tomcat/buildutil/SignCode.java
b/java/org/apache/tomcat/buildutil/SignCode.java
index a1d1955..dfe7fdb 100644
--- a/java/org/apache/tomcat/buildutil/SignCode.java
+++ b/java/org/apache/tomcat/buildutil/SignCode.java
@@ -51,7 +51,11 @@ import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
/**
- * Ant task that submits a file to the Symantec code-signing service.
+ * Ant task that submits a file to the Digicert (formally Symantec)
code-signing
+ * service. The service is defined by the published
+ * <a href="https://api.ws.digicert.com/webtrust/SigningService?wsdl">WSDL</a>.
+ * Note that while the service has migrated to a Digicert domain, the namespace
+ * continues to use a Symantec domain.
*/
public class SignCode extends Task {
@@ -64,7 +68,7 @@ public class SignCode extends Task {
static {
try {
SIGNING_SERVICE_URL = new URL(
-
"https://api-appsec-cws.ws.symantec.com/webtrust/SigningService");
+
"https://api-appsec.pki.digicert.com/webtrust/SigningService");
} catch (MalformedURLException e) {
throw new IllegalArgumentException(e);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]