From 0e807857caa17d4b5aada10951afacf9b9c6c3ee Mon Sep 17 00:00:00 2001 From: James Rosewell Date: Sun, 6 Sep 2026 16:50:26 +0100 Subject: [PATCH] BUILD: Move owid-java to the commit that refuses redirects when fetching a key The 51Degrees fork of owid-java now carries SWAN-community/owid-java#7, which stops HttpURLConnection following a redirect from a creator domain, so a creator whose domain answered 302 could no longer have some other host's key trusted as its own. The pin moves from 764996e0 to 44d4e0bf, the fork's main after the sync. PublicKeyFetch.java stays excluded from this module's build, as before, because DidClient fetches the cloud's key list through its own transport. pipeline.did tests: 127 run, 0 failures. --- owid-java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owid-java b/owid-java index 764996e03..44d4e0bf9 160000 --- a/owid-java +++ b/owid-java @@ -1 +1 @@ -Subproject commit 764996e03ae231d871168cdec2787e99bac9160c +Subproject commit 44d4e0bf92405234b967168cdedc0ebb6a9364f9