Skip to content

Commit c0593d8

Browse files
committed
Merge branch 'master' into JDK-7102969-8u-backport
2 parents 34c468f + 1b94cbf commit c0593d8

File tree

1 file changed

+10
-10
lines changed
  • jdk/test/security/infra/java/security/cert/CertPathValidator/certification

1 file changed

+10
-10
lines changed

jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -612,20 +612,20 @@ private CATestURLs getTestURLs(String alias) {
612612
"https://revoked.sfig2.catest.starfieldtech.com");
613613

614614
case "globalsigneccrootcar4":
615-
return new CATestURLs("https://good.gsr4.demo.pki.goog",
616-
"https://revoked.gsr4.demo.pki.goog");
615+
return new CATestURLs("https://good.gsr4.demosite.pki.goog",
616+
"https://revoked.gsr4.demosite.pki.goog");
617617
case "gtsrootcar1":
618-
return new CATestURLs("https://good.gtsr1.demo.pki.goog",
619-
"https://revoked.gtsr1.demo.pki.goog");
618+
return new CATestURLs("https://good.gtsr1.demosite.pki.goog",
619+
"https://revoked.gtsr1.demosite.pki.goog");
620620
case "gtsrootcar2":
621-
return new CATestURLs("https://good.gtsr2.demo.pki.goog",
622-
"https://revoked.gtsr2.demo.pki.goog");
621+
return new CATestURLs("https://good.gtsr2.demosite.pki.goog",
622+
"https://revoked.gtsr2.demosite.pki.goog");
623623
case "gtsrootecccar3":
624-
return new CATestURLs("https://good.gtsr3.demo.pki.goog",
625-
"https://revoked.gtsr3.demo.pki.goog");
624+
return new CATestURLs("https://good.gtsr3.demosite.pki.goog",
625+
"https://revoked.gtsr3.demosite.pki.goog");
626626
case "gtsrootecccar4":
627-
return new CATestURLs("https://good.gtsr4.demo.pki.goog",
628-
"https://revoked.gtsr4.demo.pki.goog");
627+
return new CATestURLs("https://good.gtsr4.demosite.pki.goog",
628+
"https://revoked.gtsr4.demosite.pki.goog");
629629

630630
case "microsoftecc2017":
631631
return new CATestURLs("https://acteccroot2017.pki.microsoft.com",

0 commit comments

Comments
 (0)